Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / WorkFailedEventArgs Class / WorkFailedEventArgs Constructor
The error string

In This Topic
    WorkFailedEventArgs Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal error As String _
    )
    public WorkFailedEventArgs( 
       string error
    )

    Parameters

    error
    The error string
    See Also