Class PictureparkExceptionExtensions
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
public static class PictureparkExceptionExtensions
Methods
GetLocalizedErrorCode(PictureparkException, string)
Gets the localized error message for the given exception.
Declaration
[Obsolete]
public static string GetLocalizedErrorCode(this PictureparkException exception, string language)
Parameters
PictureparkException
exception
The exception. |
string
language
The language. |
Returns
string
The localized error message. |