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
  • info   The SerializationInfo to populate with data.

  • context   The destination for this serialization.

Remarks

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

See also