Table of Contents

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

propertyName string

The name of the property causing the exception.

innerException Exception

The inner exception.

Properties

PropertyName

The name of the property causing the exception.

public string PropertyName { get; }

Property Value

string