Class PropertyNotFoundException
Represents an exception that occurs when a property is not found.
Implements
Namespace: Sartorius.SAF.ExceptionHandling
Assembly: Sartorius.SAF.dll
Syntax
[Serializable]
public class PropertyNotFoundException : Exception, ISerializable
Constructors
View SourcePropertyNotFoundException()
Create a new instance of PropertyNotFoundException.
Declaration
public PropertyNotFoundException()
PropertyNotFoundException(string)
Creates a new instance of the PropertyNotFoundException class.
Declaration
public PropertyNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message that explains the reason for the exception. |
PropertyNotFoundException(string, Exception)
Create a new instance of PropertyNotFoundException.
Declaration
public PropertyNotFoundException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The error message that explains the reason for the exception. |
| Exception | innerException | The inner exception. |