ExtensionException Constructor (String, String, ExtensionEvents) |
Standard constructor.
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
)
Public Sub New (
errorMessage As String,
className As String,
extEvent As ExtensionEvents
)
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.
See Also