public LinkIDLTQRInfoException(LTQRErrorCode errorCode)
 {
     this.errorCode = errorCode;
 }
Exemplo n.º 2
0
 public LinkIDLTQRRemoveException(LTQRErrorCode errorCode)
 {
     this.errorCode = errorCode;
 }