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()
Assembly: Sdl.LanguagePlatform.Core.dll
public class FaultDescription
Constructors
Declaration
public FaultDescription(ErrorCode code)
Parameters
Declaration
public FaultDescription(ErrorCode code, FaultStatus status)
Parameters
Declaration
public FaultDescription(ErrorCode code, FaultStatus status, string data)
Parameters
Declaration
public FaultDescription(ErrorCode code, string data)
Parameters
Type |
Name |
Description |
ErrorCode |
code |
|
System.String |
data |
|
Declaration
public FaultDescription(Exception e)
Parameters
Type |
Name |
Description |
System.Exception |
e |
|
Properties
Declaration
public string Data { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ErrorCode ErrorCode { get; set; }
Property Value
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public FaultStatus Status { get; set; }
Property Value
Methods
Declaration
public static string GetDescriptionFromErrorCode(ErrorCode code)
Parameters
Returns
Type |
Description |
System.String |
|