Class FileLoadExceptionContext
- Namespace
- Acuit.Pinpoint.Configuration
- Assembly
- Acuit.Pinpoint.Configuration.dll
Contains information about a file load exception.
public class FileLoadExceptionContext
- Inheritance
-
FileLoadExceptionContext
- Inherited Members
Properties
Exception
The exception that occured in Load.
public Exception Exception { get; set; }
Property Value
Ignore
If true, the exception will not be rethrown.
public bool Ignore { get; set; }
Property Value
Provider
The FileConfigurationProvider that caused the exception.
public FileConfigurationProvider Provider { get; set; }