Search Results for

    Show / Hide Table of Contents

    Class ServiceExceptionContract

    Represents a service exception

    Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
    Syntax
    public class ServiceExceptionContract : Object

    Name Description
    ServiceExceptionContract()

    Initializes a new instance of the ServiceExceptionContract class

    ServiceExceptionContract(ServiceExceptionInternal)

    Creates a ServiceException

    ServiceExceptionContract(Exception)

    Creates a ServiceException

    ServiceExceptionContract(String, Int32)

    Creates a ServiceException

    ServiceExceptionContract(String, Int32, Exception)

    Creates a ServiceException

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

    Creates a ServiceException

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

    Creates a ServiceException

    Fields

    Name Description
    ErrorNumber

    Unique error number if available

    Message

    Message

    MessageRawText

    Message raw text

    ReferenceObjects

    List of reference objects

    StackTrace

    Server stack trace

    Back to top Copyright © Kendox