Method ParseAzureSDKException
ParseAzureSDKException(string)
The static method to parse the Azure SDK exception message and return the user-friendly error message.
public static string ParseAzureSDKException(string exceptionMessage)
Parameters
exceptionMessage
stringThe exception message.
Returns
- string
The user-friendly error message.