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