Show / Hide Table of Contents

Class SaveConfigurationSetException

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

Constructors

SaveConfigurationSetException(String)

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

SaveConfigurationSetException(String, Exception)

ConfigurationSet
Declaration
public SaveConfigurationSetException(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