AdalException.GetObjectData Method (SerializationInfo, StreamingContext)

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

Sets the System.Runtime.Serialization.SerializationInfo with information about the exception.

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Syntax

public override void GetObjectData(
    SerializationInfo info,
    StreamingContext context
)

Parameters

Implements

ISerializable.GetObjectData(SerializationInfo, StreamingContext)_Exception.GetObjectData(SerializationInfo, StreamingContext)

See Also

AdalException Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top