Click or drag to resize

IdtExceptionGetObjectData Method

Sets the SerializationInfo with information about the Exception.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public override void GetObjectData(
	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.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if info is null.
SecurityExceptionThe caller does not have the required permission.
See Also