Ejemplo n.º 1
0
 internal ADAPException(ADAPExceptionType exceptionType, string message, Exception innerEx)
     : base(message, innerEx)
 {
     this.type = exceptionType;
 }
Ejemplo n.º 2
0
 internal ADAPException(ADAPExceptionType exceptionType, string message)
     : base(message)
 {
     this.type = exceptionType;
 }
Ejemplo n.º 3
0
 internal ADAPException(ADAPExceptionType exceptionType)
     : base()
 {
     this.type = exceptionType;
 }
Ejemplo n.º 4
0
 internal ADAPException(ADAPExceptionType exceptionType, string message, Exception innerEx)
     : base(message, innerEx)
 {
     this.type = exceptionType;
 }
Ejemplo n.º 5
0
 internal ADAPException(ADAPExceptionType exceptionType, string message)
     : base(message)
 {
     this.type = exceptionType;
 }
Ejemplo n.º 6
0
 internal ADAPException(ADAPExceptionType exceptionType)
     : base()
 {
     this.type = exceptionType;
 }