Click or drag to resize

IsisException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the IsisException class.

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected IsisException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
Contextual information about the source or destination.
See Also