←Select platform

GetObjectData Method

Summary
When overridden in a derived class, sets the SerializationInfo with information about the exception.
Syntax
C#
C++/CLI
Python
[SecurityPermissionAttribute()] 
[SecurityPermissionAttribute()] 
public override void GetObjectData( 
   SerializationInfo info, 
   StreamingContext context 
) 
public: 
void GetObjectData(  
   SerializationInfo^ info, 
   StreamingContext context 
) override  
def GetObjectData(self,info,context): 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.