Class ConfigurationSetAlreadyExistsException
Inheritance
System.Object
ConfigurationSetAlreadyExistsException
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ConfigurationSetAlreadyExistsException : Exception
Constructors
ConfigurationSetAlreadyExistsException(String)
Declaration
public ConfigurationSetAlreadyExistsException(string identifier)
Parameters
Type |
Name |
Description |
System.String |
identifier |
|
ConfigurationSetAlreadyExistsException(String, Exception)
Declaration
public ConfigurationSetAlreadyExistsException(string identifier, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
identifier |
|
System.Exception |
inner |
|
Properties
Identifier
Declaration
public string Identifier { get; }
Property Value
Type |
Description |
System.String |
|