ExtensionException Constructor (String, String, ExtensionEvents, String, 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 ExtensionException(
string errorMessage,
string className,
ExtensionEvents extEvent,
string developerMessage = null,
ExceptionOptions options =
)
Public Sub New (
errorMessage As String,
className As String,
extEvent As ExtensionEvents,
Optional developerMessage As String = Nothing,
Optional options As ExceptionOptions =
)
Parameters
- errorMessage
- Type: SystemString
The erorr message. - className
- Type: SystemString
The class name that is throwing the extension. - extEvent
- Type: NetQuarryExtensionEvents
The event that is causing the exception. - developerMessage (Optional)
- Type: SystemString
Optional additional message information intended for developers. - options (Optional)
- Type: NetQuarryExceptionOptions
The exception options, if any.
See Also