Click or drag to resize

WebDocumentException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the WebDocumentException class.

Namespace:  Atalasoft.Imaging.WebControls.Exceptions
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected WebDocumentException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialization info
context
Type: System.Runtime.SerializationStreamingContext
Streaming context
See Also