Click or drag to resize

IdtException(SerializationInfo, StreamingContext) Constructor

Creates a new instance of IdtException.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
protected IdtException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info  SerializationInfo
The SerializationInfo that holds the object data about the Exception being thrown.
context  StreamingContext
The StreamingContext that contains contextual information about the Exception being thrown.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if info is null.
SerializationExceptionThe class name is or HResult is zero (0).
See Also