Show / Hide Table of Contents

Class SoServerException

This exception wrappes a SoExceptionInfo.
Use ExceptionInfo to analyze the inner exception.

Inheritance
object
Exception
SoException
SoServerException
Implements
ISerializable
Inherited Members
SoException.LogAsException
SoException.FriendlyText
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
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

Implements

ISerializable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ExceptionHelper.Enumerate(Exception)
ExceptionHelper.FindExceptionOfType<T>(Exception)
ExceptionHelper.GetExceptionInfo(Exception)
ExceptionHelper.GetInnermostException(Exception)
ExceptionHelper.SimpleMessageStack(Exception, string)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top