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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULException クラス

 

GetObjectData メソッド

この ULException のシリアル化に必要なデータを SerializationInfo に移植します。

構文
Visual Basic
Public Overrides Sub GetObjectData( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
C#
public override void GetObjectData(
   SerializationInfo info,
   StreamingContext context
);
パラメータ
  • info   データを移植する SerializationInfo。

  • context   このシリアル化の宛先。

備考

.NET Compact Framework では、このメソッドはサポートされていません。

参照