←Select platform

GetObjectData Method (RasterException)

Summary

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Syntax

C#
VB
C++
public override void GetObjectData(  
   SerializationInfo info, 
   StreamingContext context 
) 
Public Overrides Sub GetObjectData( _ 
   ByVal info As SerializationInfo, _ 
   ByVal context As StreamingContext _ 
)  
public: 
void GetObjectData(  
   SerializationInfo^ info, 
   StreamingContext context 
) override  

Parameters

info
The SerializationInfo that holds the serialized object data about the exception being thrown.

context
The StreamingContext that contains contextual information about the source or destination.

Remarks

GetObjectData sets a SerializationInfo with all the exception object data targeted for serialization. During de-serialization, the exception is reconstituted from the SerializationInfo transmitted over the stream.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize