예제 #1
0
 public SmintIoAuthenticatorException(AuthenticatorError error, string message)
     : base(error, message)
 {
 }
예제 #2
0
 public AuthenticatorException(AuthenticatorError error, string message)
     : base(message)
 {
     Error = error;
 }