Click or drag to resize

LibRawException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the LibRawException class.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Raw (in Atalasoft.dotImage.Raw.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected LibRawException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The [!:T:System.Runtime.Serialization.SerializationInfo] that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The [!:T:System.Runtime.Serialization.StreamingContext] that contains contextual information about the source or destination.
See Also