Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAException class

Source property Next Page

GetObjectData method


Sets the SerializationInfo with information about the exception. Overrides [external link] Exception.GetObjectData.

Syntax

Visual Basic

Public Overrides Sub GetObjectData( _
ByVal info As SerializationInfo, _
ByVal context As StreamingContext _
)

C#

public override void GetObjectData(
SerializationInfo info,
StreamingContext context
);

Parameters
See also