InfoConnect for Unisys
APIException Constructor(String)


The message that describes the error.
Initializes a new instance of the Attachmate.Reflection.Emulation.Common.APIException class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New APIException(message)
public APIException( 
   string message
)

Parameters

message
The message that describes the error.
See Also