-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_CodeJamConvertException__ctor_2
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Initializes a new instance of the CodeJamConvertException class with serialized data.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
protected CodeJamConvertException(
SerializationInfo info,
StreamingContext context
)
VB
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
F#
new :
info : SerializationInfo *
context : StreamingContext -> CodeJamConvertException
- 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.
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.
CodeJamConvertException Class
CodeJamConvertException Overload
CodeJam.Mapping Namespace