MsalException.FromJsonString(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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