Populates a SerializationInfo with the data needed to serialize this ULException.
Visual Basic
Public Overrides Sub GetObjectData( _
ByVal info As SerializationInfo, _
ByVal context As StreamingContext _
)
C#
public override void GetObjectData(
SerializationInfo info,
StreamingContext context
);
info The SerializationInfo to populate with data.
context The destination for this serialization.
This method is not supported under the .NET Compact Framework.