Table of Contents

Method ParseAzureSDKException

Namespace
Scaleout.Client.Azure
Assembly
Scaleout.Client.Azure.dll

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 string

The exception message.

Returns

string

The user-friendly error message.