Example #1
0
 public PpkFormatterException(PpkErrorType err, string message,
                              Exception innerException)
     : base(message, innerException)
 {
     this.PpkError = err;
 }
   public PpkFormatterException(PpkErrorType err, string message,
 Exception innerException)
       : base(message, innerException)
   {
       this.PpkError = err;
   }
Example #3
0
 public PpkFormatterException(PpkErrorType err)
 {
     this.PpkError = err;
 }
 public PpkFormatterException(PpkErrorType err)
 {
     this.PpkError = err;
 }