Search Results for

    Show / Hide Table of Contents

    Class FaultDescription

    Inheritance
    System.Object
    FaultDescription
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class FaultDescription

    Constructors

    FaultDescription(ErrorCode)

    Declaration
    public FaultDescription(ErrorCode code)
    Parameters
    Type Name Description
    ErrorCode code

    FaultDescription(ErrorCode, FaultStatus)

    Declaration
    public FaultDescription(ErrorCode code, FaultStatus status)
    Parameters
    Type Name Description
    ErrorCode code
    FaultStatus status

    FaultDescription(ErrorCode, FaultStatus, String)

    Declaration
    public FaultDescription(ErrorCode code, FaultStatus status, string data)
    Parameters
    Type Name Description
    ErrorCode code
    FaultStatus status
    System.String data

    FaultDescription(ErrorCode, String)

    Declaration
    public FaultDescription(ErrorCode code, string data)
    Parameters
    Type Name Description
    ErrorCode code
    System.String data

    FaultDescription(Exception)

    Declaration
    public FaultDescription(Exception e)
    Parameters
    Type Name Description
    System.Exception e

    Properties

    Data

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    System.String

    ErrorCode

    Declaration
    public ErrorCode ErrorCode { get; set; }
    Property Value
    Type Description
    ErrorCode

    Message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    Status

    Declaration
    public FaultStatus Status { get; set; }
    Property Value
    Type Description
    FaultStatus

    Methods

    GetDescriptionFromErrorCode(ErrorCode)

    Declaration
    public static string GetDescriptionFromErrorCode(ErrorCode code)
    Parameters
    Type Name Description
    ErrorCode code
    Returns
    Type Description
    System.String

    On this page

    • Constructors
      • FaultDescription(ErrorCode)
      • FaultDescription(ErrorCode, FaultStatus)
      • FaultDescription(ErrorCode, FaultStatus, String)
      • FaultDescription(ErrorCode, String)
      • FaultDescription(Exception)
    • Properties
      • Data
      • ErrorCode
      • Message
      • Status
    • Methods
      • GetDescriptionFromErrorCode(ErrorCode)
    Back to top Generated by DocFX