Search Results for

    Show / Hide Table of Contents

    Constructor ServiceExceptionContract

    ServiceExceptionContract()

    Initializes a new instance of the ServiceExceptionContract class

    Declaration
    public ServiceExceptionContract()

    ServiceExceptionContract(String, Int32)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(string message, int errorNumber)
    Parameters
    Type Name Description
    System.String message

    Exception message

    System.Int32 errorNumber

    Error number for this exception

    ServiceExceptionContract(Exception)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(Exception exception)
    Parameters
    Type Name Description
    System.Exception exception

    Exception information

    ServiceExceptionContract(ServiceExceptionInternal)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(ServiceExceptionInternal exception)
    Parameters
    Type Name Description
    ServiceExceptionInternal exception

    Exception information

    ServiceExceptionContract(String, Int32, Exception)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(string message, int errorNumber, Exception innerException)
    Parameters
    Type Name Description
    System.String message

    Exception message

    System.Int32 errorNumber

    Error number for this exception

    System.Exception innerException

    Inner exception information

    ServiceExceptionContract(String, Int32, Exception, List<ReferenceObjectContract>)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(string message, int errorNumber, Exception innerException, List<ReferenceObjectContract> referenceObjects)
    Parameters
    Type Name Description
    System.String message

    Exception message

    System.Int32 errorNumber

    Error number of this exception

    System.Exception innerException

    Inner exception information

    System.Collections.Generic.List<ReferenceObjectContract> referenceObjects

    A list of reference objects

    ServiceExceptionContract(String, Int32, Exception, List<ReferenceObjectContract>, String)

    Creates a ServiceException

    Declaration
    public ServiceExceptionContract(string message, int errorNumber, Exception innerException, List<ReferenceObjectContract> referenceObjects, string messageRawText)
    Parameters
    Type Name Description
    System.String message

    Exception message

    System.Int32 errorNumber

    Error number of this exception

    System.Exception innerException

    Inner exception information

    System.Collections.Generic.List<ReferenceObjectContract> referenceObjects

    A list of reference objects

    System.String messageRawText

    Raw exception message

    Back to top Copyright © Kendox