Esempio n. 1
0
 /// Constructs an EventDispatcherException with a message and EventDispatcherExceptionType
 public EventDispatcherException(string message, EventDispatcherExceptionType exceptionType) : base(message)
 {
     type = exceptionType;
 }
		/// Constructs an EventDispatcherException with a message and EventDispatcherExceptionType
		public EventDispatcherException(string message, EventDispatcherExceptionType exceptionType) : base(message)
		{
			type = exceptionType;
		}