Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotException Class / EyeshotException Constructor / EyeshotException Constructor(String)
The error message that explains the reason for the exception.

In This Topic
    EyeshotException Constructor(String)
    In This Topic
    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