Class SoIllegalOperationException
Exception thrown when an illegal operation has been requested
Inherited Members
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
Extension Methods
EnumUtil.MapEnums<From, To>(From)