Example #1
0
 public HandleNotFoundPermanentException(long handle, Exception innerException) : base(MrsStrings.HandleNotFound(handle), innerException)
 {
     this.handle = handle;
 }