Class SaveConfigurationSetException
Inheritance
System.Object
SaveConfigurationSetException
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SaveConfigurationSetException : Exception
Constructors
SaveConfigurationSetException(String)
Declaration
public SaveConfigurationSetException(string identifier)
Parameters
Type |
Name |
Description |
System.String |
identifier |
|
SaveConfigurationSetException(String, Exception)
Declaration
public SaveConfigurationSetException(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 |
|