Пример #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;
 }