Search Results for

    Show / Hide Table of Contents

    Class LanguagePlatformException

    Inheritance
    System.Object
    System.Exception
    LanguagePlatformException
    Implements
    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.ToString()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Message
    System.Exception.Data
    System.Exception.InnerException
    System.Exception.TargetSite
    System.Exception.StackTrace
    System.Exception.HelpLink
    System.Exception.Source
    System.Exception.HResult
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class LanguagePlatformException : Exception, ISerializable, _Exception

    Constructors

    LanguagePlatformException(ErrorCode)

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

    LanguagePlatformException(ErrorCode, FaultStatus)

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

    LanguagePlatformException(ErrorCode, FaultStatus, String)

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

    LanguagePlatformException(ErrorCode, String)

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

    LanguagePlatformException(FaultDescription)

    Declaration
    public LanguagePlatformException(FaultDescription description)
    Parameters
    Type Name Description
    FaultDescription description

    LanguagePlatformException(FaultDescription, Exception)

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

    Properties

    Description

    Declaration
    public FaultDescription Description { get; }
    Property Value
    Type Description
    FaultDescription

    Implements

    System.Runtime.Serialization.ISerializable
    System.Runtime.InteropServices._Exception

    On this page

    Back to top Generated by DocFX