Class SoServerException
This exception wrappes a SoExceptionInfo.
Use ExceptionInfo to analyze the inner exception.
Implements
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.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
System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception
Extension Methods
EnumUtil.MapEnums<From, To>(From)