CodeDomSerializerException Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the CodeDomSerializerException class using the specified serialization data and context.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System.Design (in System.Design.dll)

protected:
CodeDomSerializerException(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

Stores the data that was being used to serialize or deserialize the object that the CodeDomSerializer was serializing or deserializing.

context
Type: System.Runtime.Serialization::StreamingContext

Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context.

.NET Framework
Available since 1.1
Return to top
Show: