Class SoServerException
This exception wrappes a SoExceptionInfo.
Use ExceptionInfo to analyze the inner exception.
Implements
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoServerException : SoException, ISerializable
Constructors
SoServerException(SoExceptionInfo)
Default constructor wrapping a SoExceptionInfo
Declaration
public SoServerException(SoExceptionInfo exceptionInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| SoExceptionInfo | exceptionInfo | Object this exception wrapps. |
SoServerException(string, SoExceptionInfo)
Default constructor wrapping a SoExceptionInfo
Declaration
public SoServerException(string message, SoExceptionInfo exceptionInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Message of the exception |
| SoExceptionInfo | exceptionInfo | Object this exception wrapps. |
Properties
ExceptionInfo
Inner Exception
Declaration
public SoExceptionInfo ExceptionInfo { get; }
Property Value
| Type | Description |
|---|---|
| SoExceptionInfo |