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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULException class

Source property Next Page

GetObjectData method


Populates a SerializationInfo with the data needed to serialize this ULException.

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
Remarks

This method is not supported under the .NET Compact Framework.

See also