/// Constructs a DispatcherException with a message and DispatcherExceptionType
 public DispatcherException(string message, DispatcherExceptionType exceptionType) : base(message)
 {
     type = exceptionType;
 }
Exemplo n.º 2
0
 /// Constructs a DispatcherException with a message and DispatcherExceptionType
 public DispatcherException(string message, DispatcherExceptionType exceptionType)
     : base(message)
 {
     type = exceptionType;
 }