public InstanceException(string message, InstanceExceptionType type, Exception innerException) : base(message, innerException) { m_type = type; }
public InstanceException(string message, InstanceExceptionType type) : base(message) { m_type = type; }