Class JsonConfigurationSourcePreparationException
Wraps a failure raised by a registered JSON source preparation step.
Implements
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.SwitchableJson
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class JsonConfigurationSourcePreparationException : Exception, ISerializable
Properties
| Edit this page View SourcePreparationType
Gets the preparation implementation type that failed.
Declaration
public Type PreparationType { get; }
Property Value
| Type | Description |
|---|---|
| Type |
SourcePath
Gets the source path whose isolated snapshot was being prepared.
Declaration
public string SourcePath { get; }
Property Value
| Type | Description |
|---|---|
| string |