Show / Hide Table of Contents

Class ConfigurationSetAlreadyExistsException

ConfigurationSet
Inheritance
System.Object
ConfigurationSetAlreadyExistsException
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ConfigurationSetAlreadyExistsException : Exception

Constructors

ConfigurationSetAlreadyExistsException(String)

ConfigurationSet
Declaration
public ConfigurationSetAlreadyExistsException(string identifier)
Parameters
Type Name Description
System.String identifier

ConfigurationSetAlreadyExistsException(String, Exception)

ConfigurationSet
Declaration
public ConfigurationSetAlreadyExistsException(string identifier, Exception inner)
Parameters
Type Name Description
System.String identifier
System.Exception inner

Properties

Identifier

ConfigurationSet
Declaration
public string Identifier { get; }
Property Value
Type Description
System.String
Back to top Generated by DocFX