Click or drag to resize

AssemblyDebugModeISerializableGetObjectData Method

[This is preliminary documentation and is subject to change.]

Sets the SerializationInfo with information about the exception.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
void ISerializable.GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo that holds the serialized object data about the object being thrown.
context
Type: System.Runtime.SerializationStreamingContext
The StreamingContext that contains contextual information about the source or destination.

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also