Class ProjectShortNameAlreadyExistsException
Inheritance
ProjectShortNameAlreadyExistsException
Assembly: Volo.Docs.Domain.dll
Syntax
public class ProjectShortNameAlreadyExistsException : BusinessException, ISerializable, IBusinessException, IHasErrorCode, IHasErrorDetails, IHasLogLevel
Constructors
ProjectShortNameAlreadyExistsException(string)
Declaration
public ProjectShortNameAlreadyExistsException(string shortName)
Parameters
Type |
Name |
Description |
string |
shortName |
|
Implements
Extension Methods