Show / Hide Table of Contents

    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()
    Namespace: Apache.NMS.Util
    Assembly: Apache.NMS.dll
    Syntax
    public sealed class NMSExceptionSupport

    Methods

    Create(Exception)

    Declaration
    public static NMSException Create(Exception cause)
    Parameters
    Type Name Description
    System.Exception cause
    Returns
    Type Description
    NMSException

    Create(String, Exception)

    Declaration
    public static NMSException Create(string message, Exception cause)
    Parameters
    Type Name Description
    System.String message
    System.Exception cause
    Returns
    Type Description
    NMSException

    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
    Type Description
    NMSException

    CreateMessageEOFException(Exception)

    Declaration
    public static MessageEOFException CreateMessageEOFException(Exception cause)
    Parameters
    Type Name Description
    System.Exception cause
    Returns
    Type Description
    MessageEOFException

    CreateMessageFormatException(Exception)

    Declaration
    public static MessageFormatException CreateMessageFormatException(Exception cause)
    Parameters
    Type Name Description
    System.Exception cause
    Returns
    Type Description
    MessageFormatException
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX