Exemplo n.º 1
0
 public InstanceException(string message, InstanceExceptionType type, Exception innerException) : base(message, innerException) { m_type = type; }
Exemplo n.º 2
0
 public InstanceException(string message, InstanceExceptionType type, Exception innerException) : base(message, innerException)
 {
     m_type = type;
 }
Exemplo n.º 3
0
 public InstanceException(string message, InstanceExceptionType type) : base(message) { m_type = type; }
Exemplo n.º 4
0
 public InstanceException(string message, InstanceExceptionType type) : base(message)
 {
     m_type = type;
 }