◆ PropertyMissingException() [1/5]
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | ) |
Constructor
\r\n
Exception thrown when a user requests a property that is not present in the IFlowData.
See the Specification
| PropertyMissingException ()
Constructor More...
| |
| PropertyMissingException (string message)
Constructor More...
| |
| PropertyMissingException (string message, Exception innerException)
Constructor More...
| |
| PropertyMissingException (MissingPropertyReason reason, string propertyName, string message)
Constructor More...
| |
| PropertyMissingException (MissingPropertyReason reason, string propertyName, string message, Exception innerException)
Constructor More...
|
| MissingPropertyReason | Reason [get, set]
The reason the property is not present More...
|
| string | PropertyName [get, set]
The name of the property that is not present More...
|
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | ) |
Constructor
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | string | message | ) |
Constructor
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | string | message, |
| Exception | innerException | ||
| ) |
Constructor
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | MissingPropertyReason | reason, |
| string | propertyName, | ||
| string | message | ||
| ) |
Constructor
| FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyMissingException | ( | MissingPropertyReason | reason, |
| string | propertyName, | ||
| string | message, | ||
| Exception | innerException | ||
| ) |
Constructor
| string FiftyOne.Pipeline.Engines.PropertyMissingException.PropertyName |
The name of the property that is not present
| MissingPropertyReason FiftyOne.Pipeline.Engines.PropertyMissingException.Reason |
The reason the property is not present