\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Exceptions.NoValueException Class Reference

Detailed Description

Exception that can be thrown when an AspectPropertyValue<T> does not have a value.

Inheritance diagram for FiftyOne.Pipeline.Engines.Exceptions.NoValueException:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.Exceptions.NoValueException:

[legend]

Public Member Functions

 NoValueException ()
Constructor More...
 NoValueException (string message)
Constructor More...
 NoValueException (string message, Exception innerException)
Constructor More...

Constructor & Destructor Documentation

◆ NoValueException() [1/3]

FiftyOne.Pipeline.Engines.Exceptions.NoValueException.NoValueException ( )

Constructor

◆ NoValueException() [2/3]

FiftyOne.Pipeline.Engines.Exceptions.NoValueException.NoValueException ( string   message )

Constructor

Parameters
message - The exception message

◆ NoValueException() [3/3]

FiftyOne.Pipeline.Engines.Exceptions.NoValueException.NoValueException ( string   message,
Exception   innerException  
)

Constructor

Parameters
message - The exception message
innerException - The inner exception that triggered this exception.