LoggerException.GetObjectData(SerializationInfo, StreamingContext) Method

Definition

Caution

This API is now deprecated.

ISerializable method which we must override since Exception implements this interface If we ever add new members to this class, we'll need to update this.

C#
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
C#
[System.Obsolete(DiagnosticId="SYSLIB0051")]
public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info
SerializationInfo

Serialization info

context
StreamingContext

Streaming context

Attributes

Applies to

Produto Versións
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1