public BaseException( string strErrorText, MessageLevel eErrorLevel )
public: BaseException( String^ strErrorText, MessageLevel eErrorLevel )
Parameters
| Parameter Name | Description |
|---|---|
| strErrorText | Note on the exception that occurred. |
| eErrorLevel | Severity of the exception that occurred. |