Example #1
0
 public RGBLedException(RGBLedError errorType, Exception innerException) :
     base("", innerException)
 {
     ErrorType = errorType;
 }
Example #2
0
 public RGBLedException(RGBLedError errorType, Exception innerException)
     : base("", innerException)
 {
     ErrorType = errorType;
 }
Example #3
0
 public RGBLedException(RGBLedError errorType) :
     base()
 {
     ErrorType = errorType;
 }
Example #4
0
 public RGBLedException(RGBLedError errorType)
     : base()
 {
     ErrorType = errorType;
 }