public FatalArcGISException( string message, Exception innerException )
Public Function New( _ ByVal message As String, _ ByVal innerException As Exception _ )
Parameters
- message
- The error message that explains the reason for the exception.
- innerException
- The exception that is the cause of the current exception.