Class SoDuplicateException
Exception thrown when a duplicate entity has been encountered where one is not allowed. e.g. when a new list item is created with an existing name.
Inherited Members
Namespace: SuperOffice.Exceptions
Assembly: SoCore.dll
Syntax
public class SoDuplicateException : SoException, ISerializable, _Exception
Constructors
SoDuplicateException(String)
Default constructor.
Declaration
public SoDuplicateException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error message. |
SoDuplicateException(String, Exception)
Default constructor.
Declaration
public SoDuplicateException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error message. |
Exception | innerException | Inner exception. |
SoDuplicateException(String, Exception, String)
Default constructor.
Declaration
public SoDuplicateException(string message, Exception innerException, string friendlyText)
Parameters
Type | Name | Description |
---|---|---|
String | message | Error message. |
Exception | innerException | Inner exception. |
String | friendlyText | For web to fetch the exception and show nice error dialogs. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)