Show / Hide Table of Contents

Class SoInvalidSignatureException

Exception thrown when an illegal signature is used.

Inheritance
object
Exception
SoException
SoInvalidSignatureException
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 SoInvalidSignatureException : SoException, ISerializable

Constructors

SoInvalidSignatureException()

Exception thrown when an illegal signature is used.

Declaration
public SoInvalidSignatureException()

SoInvalidSignatureException(string)

Default constructor.

Declaration
public SoInvalidSignatureException(string message)
Parameters
Type Name Description
string message

Error message.

SoInvalidSignatureException(string, Exception)

Default constructor.

Declaration
public SoInvalidSignatureException(string message, Exception innerException)
Parameters
Type Name Description
string message

Error message.

Exception innerException

Inner exception.

Implements

ISerializable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
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