Class SoServerException
This exception wrappes a SoExceptionInfo.
Use ExceptionInfo to analyze the inner exception.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoServerException : SoException, ISerializable, _Exception
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 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)