示例#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;
 }