Search Results for

    Show / Hide Table of Contents

    Class ServiceException

    Service specific exceptions

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Fault
    Syntax
    public class ServiceException : Object

    Name Description
    ServiceException()

    Initializes a new instance of the ServiceException class.

    ServiceException(ServiceExceptionInternal)

    Creates a ServiceException

    ServiceException(Exception)

    Creates a ServiceException

    ServiceException(String, Int32)

    Creates a ServiceException

    ServiceException(String, Int32, Exception)

    Creates a ServiceException

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

    Creates a ServiceException

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

    Creates a ServiceException

    Properties

    Name Description
    ErrorNumber

    Returns a uniqe error number if there is one available

    Message

    Returns the exceptions message

    MessageRawText
    ReferenceObjects

    A list of reference objects

    StackTrace

    Returns the server stack trace

    Back to top Copyright © Kendox