EyeshotException(SerializationInfo, StreamingContext) Constructor

Initializes a new instance of the EyeshotException class with serialized data.
Protected Sub New( _ 
ByVal info As SerializationInfo, _ 
ByVal context As StreamingContext
)
This language is not supported or no code example is available.
protected EyeshotException( 
SerializationInfo info
StreamingContext context 
)
This language is not supported or no code example is available.

Parameters

info
SerializationInfo

The SerializationInfo instance that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext instance that contains contextual information about the source or destination.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition