Search Results for

    Show / Hide Table of Contents

    Class CrowdinApiException

    Inheritance
    object
    Exception
    CrowdinApiException
    RateException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Crowdin.Api
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class CrowdinApiException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    CrowdinApiException(int, string)

    Declaration
    public CrowdinApiException(int code, string message)
    Parameters
    Type Name Description
    int code
    string message
    | Edit this page View Source

    CrowdinApiException(string)

    Declaration
    public CrowdinApiException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    CrowdinApiException(string, object?)

    Declaration
    public CrowdinApiException(string message, object? related)
    Parameters
    Type Name Description
    string message
    object related

    Properties

    | Edit this page View Source

    Code

    Declaration
    public int? Code { get; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Related

    Declaration
    public object? Related { get; }
    Property Value
    Type Description
    object

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX