Click or drag to resize

CodedIOException Constructor (SerializationInfo, StreamingContext)

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

Initializes a new instance of the CodedIOException class with serialized data.

Namespace:  NerdyDuck.CodedExceptions.IO
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
protected CodedIOException(
	SerializationInfo info,
	StreamingContext context
)
View Source

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe info argument is .
SerializationExceptionThe exception could not be deserialized correctly.
See Also