| WebLogic Messaging API Class Library | 
            
             | 
          
        
       
      
        
InvalidDestinationException\xA0Constructor\xA0(String, String, Exception)
      
     
    
      Constructs an InvalidDestinationException with the specified reason and error code. 
      public\xA0InvalidDestinationException(
\xA0\xA0\xA0string\xA0reason,
\xA0\xA0\xA0string\xA0errorCode,
\xA0\xA0\xA0Exception\xA0innerException
);
      Parameters
      
        - 
          reason
        
 
        -  a description of the exception 
 
        - 
          errorCode
        
 
        -  a string specifying the vendor-specific error code
 
        - 
          innerException
        
 
        - exception that caused this error or related to this error
 
      
      See Also
      
        InvalidDestinationException Class | WebLogic.Messaging Namespace | InvalidDestinationException Constructor Overload List