示例#1
0
 public InstanceException(string message, InstanceExceptionType type, Exception innerException) : base(message, innerException) { m_type = type; }
示例#2
0
 public InstanceException(string message, InstanceExceptionType type, Exception innerException) : base(message, innerException)
 {
     m_type = type;
 }
示例#3
0
 public InstanceException(string message, InstanceExceptionType type) : base(message) { m_type = type; }
示例#4
0
 public InstanceException(string message, InstanceExceptionType type) : base(message)
 {
     m_type = type;
 }