Class FailedExecuteMirroringEventArgs
Inheritance
System.Object
    System.EventArgs
    FailedExecuteMirroringEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      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.Enterprise.Mirroring
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0Syntax
public class FailedExecuteMirroringEventArgs : EventArgs
  Constructors
FailedExecuteMirroringEventArgs(Guid, String)
Declaration
public FailedExecuteMirroringEventArgs(Guid context, string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Guid | context | |
| System.String | message | 
Properties
Context
Declaration
public Guid Context { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Guid | 
Message
Declaration
public string Message { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |