Skip to main content

Class SoExceptionInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SoExceptionInfo. Representation of a serialized exception that can be communicatyed over web services

Inheritance

objectSoExceptionInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SoExceptionInfo()

Default constructor - defaults any enum props to 0.

Properties

ExceptionType

Type of Exception.

Property Value

string

FriendlyText

Friendly name.

Property Value

string

InnerException

Inner Exception.

Property Value

SoExceptionInfo

Message

The message that describes the error.

Property Value

string

Parameters

Additional parameters relevant to describe the exception.

Property Value

SoExceptionInfoParameters

Source

The name of the application or the object that causes the error.

Property Value

string

StackTrace

A string that describes the contents of the call stack, with the most recent method call appearing first.

Property Value

string