Click or drag to resize

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 = 
)

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