Click or drag to resize

SemanticException Constructor

Initializes a new instance of the SemanticException class with serialized data.

Namespace: Lextm.SharpSnmpPro.Mib
Assembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntax
protected SemanticException(
	SerializationInfo serializationInfo,
	StreamingContext streamingContext
)

Parameters

serializationInfo  SerializationInfo
The object that holds the serialized data about the exception being thrown.
streamingContext  StreamingContext
The contextual information about the source or destination of the serialized data.
Remarks
This constructor is typically used during deserialization to reconstitute the exception object transmitted over a stream.
See Also