Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GraphicsException Class / GraphicsException Constructor / GraphicsException 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
    GraphicsException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the GraphicsException class with serialized data.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    protected GraphicsException( 
       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