'Declaration Public Function New( _
ByVal messageThe message that describes the error.As String, _
ByVal innerExceptionInner exception.As System.Exception _
)
public EsclException(
string message,
System.Exception innerException
)
public: EsclException(
string* message,
System.Exception* innerException
)
public:
EsclException(
string^ message,
System.Exception^ innerException
)
Parameters
- message
- The message that describes the error.
- innerException
- Inner exception.