Пример #1
0
 /// <summary> 
 /// Copy constructor.
 /// </summary>
 /// <param name="otherRestoreFailureReason">the restoration failure reason object to copy
 /// </param>
 public RestoreFailureReason(RestoreFailureReason otherRestoreFailureReason)
 {
     val = otherRestoreFailureReason.val;
 }
Пример #2
0
 public virtual void FederationNotRestored(RestoreFailureReason reason)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Пример #3
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="otherRestoreFailureReason">the restoration failure reason object to copy
 /// </param>
 public RestoreFailureReason(RestoreFailureReason otherRestoreFailureReason)
 {
     val = otherRestoreFailureReason.val;
 }