Show / Hide Table of Contents

Class SoIllegalOperationException

Exception thrown when an illegal operation has been requested

Inheritance
Object
Exception
SoException
SoIllegalOperationException
Implements
ISerializable
_Exception
Inherited Members
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 SoIllegalOperationException : SoException, ISerializable, _Exception

Constructors

SoIllegalOperationException(String)

Default constructor.

Declaration
public SoIllegalOperationException(string message)
Parameters
Type Name Description
String message

Error message.

SoIllegalOperationException(String, Exception)

Default constructor.

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

Error message.

Exception innerException

Inner exception.

SoIllegalOperationException(String, Exception, String)

Default constructor.

Declaration
public SoIllegalOperationException(string message, Exception innerException, string friendlyText)
Parameters
Type Name Description
String message

Error message.

Exception innerException

Inner exception.

String friendlyText

Optional friendly error message that may be displayed to the user.

SoIllegalOperationException(String, String)

Default constructor.

Declaration
public SoIllegalOperationException(string message, string friendlyText)
Parameters
Type Name Description
String message

Error message.

String friendlyText

Optional friendly error message that may be displayed to the user.

Implements

System.Runtime.Serialization.ISerializable
System.Runtime.InteropServices._Exception

Extension Methods

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