Redigera

Dela via


ExceptionCodec.GetObjectData(Exception) Method

Definition

Gets the object data from the provided exception.

public System.Runtime.Serialization.SerializationInfo GetObjectData (Exception value);
member this.GetObjectData : Exception -> System.Runtime.Serialization.SerializationInfo
Public Function GetObjectData (value As Exception) As SerializationInfo

Parameters

value
Exception

The value.

Returns

A populated SerializationInfo value.

Applies to