Eyeshot 10 WinForms API Reference
EyeshotException Constructor(String)

WinForms Assembly > devDept.Eyeshot Namespace > EyeshotException Class > EyeshotException Constructor : EyeshotException Constructor(String)
The error message that explains the reason for the exception.
Initializes a new instance of the System.Exception class with a specified error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
public EyeshotException( 
   string message
)

Parameters

message
The error message that explains the reason for the exception.
See Also

Reference

EyeshotException Class
EyeshotException Members
Overload List