MsalException.FromJsonString(String) Method

Definition

Allows re-hydration of the MsalException (or one of its derived types) from JSON generated by ToJsonString().

public static Microsoft.Identity.Client.MsalException FromJsonString (string json);
static member FromJsonString : string -> Microsoft.Identity.Client.MsalException
Public Shared Function FromJsonString (json As String) As MsalException

Parameters

json
String

Returns

Applies to