Skip to content

M_CodeJam_Mapping_CodeJamMappingException__ctor_2

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

CodeJamMappingException Constructor (SerializationInfo, StreamingContext)

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

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.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