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