ServiceCenterException Constructor (Int32, String)
3/29/2010
Initializes a new instance of the ServiceCenterException class, using an error code and an error message.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public ServiceCenterException (
int errorCode,
string message
)
'Declaration
Public Sub New ( _
errorCode As Integer, _
message As String _
)
Parameters
- errorCode
A win32 exception error code
- message
The message of the exception.
See Also
Reference
ServiceCenterException Class
ServiceCenterException Members
Microsoft.WindowsMobile.PocketOutlook Namespace