Attachmate.Reflection.Emulation.Common Namespace > APIException Class > APIException Constructor : APIException Constructor(String,Exception) |
Attachmate.Reflection.Emulation.Common.APIException
class, with a specified error message and a reference to the inner exception that is the cause of this exception.'Declaration
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
'Usage
Dim message As String Dim innerException As Exception Dim instance As New APIException(message, innerException)
public APIException( string message, Exception innerException )