Class MirroringFaultExceptionDetail
Inheritance
System.Object
MirroringFaultExceptionDetail
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: EPiServer.MirroringService.MirroringTransferProtocol.Common
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class MirroringFaultExceptionDetail
Constructors
MirroringFaultExceptionDetail()
Declaration
public MirroringFaultExceptionDetail()
MirroringFaultExceptionDetail(String)
Declaration
public MirroringFaultExceptionDetail(string errorMessage)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorMessage |
MirroringFaultExceptionDetail(String, Int32)
Declaration
public MirroringFaultExceptionDetail(string errorMessage, int errorCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | errorMessage | |
System.Int32 | errorCode |
Properties
ErrorCode
Declaration
public int ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |