Initializes a new instance of the GatewayException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public GatewayException( string message, Exception innerException ) |
Visual Basic |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
Visual C++ |
---|
public: GatewayException( String^ message, Exception^ innerException ) |
Parameters
- message
- Type: System..::..String
The error message that explains the reason for the exception.
- innerException
- Type: System..::..Exception