- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Metadata_MetadataException__ctor_2
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Initializes a new instance of the MetadataException class with serialized data.
Namespace: CodeJam.Metadata
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
protected MetadataException(
	SerializationInfo info,
	StreamingContext context
)VB
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)F#
new : 
        info : SerializationInfo * 
        context : StreamingContext -> MetadataException
- 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.
MetadataException Class
MetadataException Overload
CodeJam.Metadata Namespace