Search Results for

    Show / Hide Table of Contents

    Class PictureparkExceptionExtensions

    Inheritance
    object
    PictureparkExceptionExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Back to top Generated by DocFX