Class NMSExceptionSupport
  
  
  
  
    Inheritance
    System.Object
    NMSExceptionSupport
   
  
    Inherited Members
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
   
  
  Assembly: Apache.NMS.dll
  Syntax
  
    public sealed class NMSExceptionSupport
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(Exception)
  
  
  Declaration
  
    public static NMSException Create(Exception cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Exception | cause |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(String, Exception)
  
  
  Declaration
  
    public static NMSException Create(string message, Exception cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | message |  | 
      
        | System.Exception | cause |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Create(String, String, Exception)
  
  
  Declaration
  
    public static NMSException Create(string message, string errorCode, Exception cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | message |  | 
      
        | System.String | errorCode |  | 
      
        | System.Exception | cause |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CreateMessageEOFException(Exception)
  
  
  Declaration
  
    public static MessageEOFException CreateMessageEOFException(Exception cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Exception | cause |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  
  
  
  Declaration
  
    public static MessageFormatException CreateMessageFormatException(Exception cause)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Exception | cause |  | 
    
  
  Returns