Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotException Class / EyeshotException Constructor / EyeshotException Constructor(SerializationInfo,StreamingContext)
The System.Runtime.Serialization.SerializationInfo instance that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext instance that contains contextual information about the source or destination.

In This Topic
    EyeshotException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the EyeshotException class with serialized data.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected EyeshotException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    The System.Runtime.Serialization.SerializationInfo instance that holds the serialized object data about the exception being thrown.
    context
    The System.Runtime.Serialization.StreamingContext instance that contains contextual information about the source or destination.
    See Also