Skip to content

M_CodeJam_Mapping_CodeJamMappingException__ctor_2

andrewvk edited this page Jun 23, 2016 · 5 revisions

CodeJamMappingException Constructor (SerializationInfo, StreamingContext)

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

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

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected CodeJamMappingException(
	SerializationInfo info,
	StreamingContext context
)

VB

Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

F#

new : 
        info : SerializationInfo * 
        context : StreamingContext -> CodeJamMappingException

Parameters

 

info
Type: System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.

Remarks

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

See Also

Reference

CodeJamMappingException Class
CodeJamMappingException Overload
CodeJam.Mapping Namespace

Clone this wiki locally