Class MalformedPropertyValueException
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
Represents an exception caused by an invalid property value.
public class MalformedPropertyValueException : Exception, ISerializable
- Inheritance
-
MalformedPropertyValueException
- Implements
- Inherited Members
- Extension Methods
Constructors
MalformedPropertyValueException(string, Exception)
Represents an exception caused by an invalid property value.
public MalformedPropertyValueException(string propertyName, Exception innerException)
Parameters
propertyNamestringThe name of the property causing the exception.
innerExceptionExceptionThe inner exception.
Properties
PropertyName
The name of the property causing the exception.
public string PropertyName { get; }