示例#1
0
 /// Constructs a SignalException with a message and SignalExceptionType
 public SignalException(string message, SignalExceptionType exceptionType) : base(message)
 {
     type = exceptionType;
 }
示例#2
0
	/// Constructs a SignalException with a message and SignalExceptionType
	public SignalException (string message, SignalExceptionType exceptionType)
		: base (message)
	{
		type = exceptionType;
	}