Override of the System.Exception.GetObjectData() function. The override is necessary to ensure the mFailedSetting property
is added to the info object.
Namespace: ADDTimerAssembly: ADDTimer (in ADDTimer.exe) Version: 1.2.0.0 (1.2.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public override void GetObjectData( SerializationInfo info, StreamingContext context )
Public Overrides Sub GetObjectData ( _ info As SerializationInfo, _ context As StreamingContext _ )
public: virtual void GetObjectData( SerializationInfo^ info, StreamingContext context ) override
Parameters
- info
- SerializationInfo
(System.Runtime.Serialization.SerializationInfo object containing the data required to serialize and de-serialize the exception object.
- context
- StreamingContext
System.Runtime.Serialization.StreamingContext provides information about the source and desination.
Implements
ISerializable..::..GetObjectData(SerializationInfo, StreamingContext)_Exception..::..GetObjectData(SerializationInfo, StreamingContext)