Ejemplo n.º 1
0
 public FaceRecognitionException(FaceRecognitionExceptionType exceptionType)
 {
     ExceptionType = exceptionType;
 }
 public FaceRecognitionException(FaceRecognitionExceptionType exceptionType)
 {
     ExceptionType = exceptionType;
 }
Ejemplo n.º 3
0
 public FaceRecognitionException(string message) : base(message)
 {
     ExceptionType = FaceRecognitionExceptionType.OtherExceptions;
 }
 public FaceRecognitionException(string message) : base(message)
 {
     ExceptionType = FaceRecognitionExceptionType.OtherExceptions;
 }