| EAPScriptException Constructor  | 
 
            Standard constructor when additional developer information is desired.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic EAPScriptException(
	string userMessage,
	string developerMessage,
	Exception innerException
)
Public Sub New ( 
	userMessage As String,
	developerMessage As String,
	innerException As Exception
)
Parameters
- userMessage
- Type: SystemString
 The message as intended for the user.
- developerMessage
- Type: SystemString
 Additional message information intended for developers.
- innerException
- Type: SystemException
 The inner exception, if any.
 See Also
See Also