System.ServiceModel
    4.0.0.0
  
  
    System.Object
  
  
  
    
      
      Extend the  class and override the  method to determine whether an exception should terminate the application. Then create a new instance of your custom  class and assign it to the static  or  property prior to creating indigo2 clients or services.
    
    
      
      Extend the  class to create an exception handler for unhandled exceptions that occur within the indigo1 runtime.
    
  
  
    
      
      
      Constructor
      
        4.0.0.0
      
      
      
        To be added.
        
          
          Initializes a new instance of the  class.  
        
      
    
    
      
      
      Property
      
        4.0.0.0
      
      
        System.ServiceModel.Dispatcher.ExceptionHandler
      
      
        To be added.
        To be added.
        
          
          Gets an instance of  that handles all exceptions.
        
      
    
    
      
      
      Property
      
        4.0.0.0
      
      
        
          get: System.Runtime.ConstrainedExecution.ReliabilityContract(System.Runtime.ConstrainedExecution.Consistency.WillNotCorruptState, System.Runtime.ConstrainedExecution.Cer.Success)
        
      
      
        System.ServiceModel.Dispatcher.ExceptionHandler
      
      
        To be added.
        
          
          By default, the  property is null, and unhandled exceptions on asynchronous indigo2 threads terminate the application.  Set this property to an  object to receive and react to these exceptions.
          If an unhandled exception occurs on an asynchronous indigo2 thread and reaches this handler, the state of the application domain may be compromised.   should not return true for these exceptions.
        
        
          
          Gets or sets the current  implementation for the application domain.
        
      
    
    
      
      
      Method
      
        4.0.0.0
      
      
        System.Boolean
      
      
        
      
      
        To be added.
        
          
          The  property returns true if the exception has been handled. If it returns false or throws a different exception, the original exception is rethrown.
        
        
          
          When overridden in a derived class, returns true if the exception has been handled, or false if the exception should be rethrown and the application terminated. 
        
        
          
          true if the exception has been handled; otherwise, false.
        
      
    
    
      
      
      Property
      
        4.0.0.0
      
      
        System.ServiceModel.Dispatcher.ExceptionHandler
      
      
        To be added.
        
          
          By default, the  property is set to the value of , causing unhandled exceptions within indigo2 transports to be ignored.  Set this property to an instance of  to receive and react to these exceptions.
          If an unhandled exception occurs within a global indigo2 transport and reaches this handler, there is a possibility that the state of the application domain is compromised.  can return false for these exceptions to cause the application to be terminated.
        
        
          
          Gets or sets the current transport  implementation for the application domain.