InfoConnect for Unisys
MsieException Constructor(ErrorCode,String)


ErrorCode object.
Error message.
The constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorCode As ErrorCode, _
   ByVal message As String _
)
'Usage
 
Dim errorCode As ErrorCode
Dim message As String
 
Dim instance As New MsieException(errorCode, message)
public MsieException( 
   ErrorCode errorCode,
   string message
)

Parameters

errorCode
ErrorCode object.
message
Error message.
See Also