EAPException Constructor (String, String, Exception, ExceptionOptions) |
Full constructor allowing for a developer message and/or exception options
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public EAPException(
string userMessage,
string developerMessage = null,
Exception innerException = null,
ExceptionOptions options =
)
Public Sub New (
userMessage As String,
Optional developerMessage As String = Nothing,
Optional innerException As Exception = Nothing,
Optional options As ExceptionOptions =
)
Parameters
- userMessage
- Type: SystemString
The message as intended for the user. - developerMessage (Optional)
- Type: SystemString
Additional message information intended for developers. - innerException (Optional)
- Type: SystemException
The inner exception, if any. - options (Optional)
- Type: NetQuarryExceptionOptions
The exception options, if any.
See Also