\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException Class Reference

Detailed Description

Thrown by FlowElements.IFlowElement.Properties to indicate that properties are not available yet but MAY(!) be re-requested later.

Inheritance diagram for FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException:

[legend]

Public Member Functions

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

Public Member Functions inherited from FiftyOne.Pipeline.Core.Exceptions.PipelineException

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

Constructor & Destructor Documentation

◆ PropertiesNotYetLoadedException() [1/3]

FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException.PropertiesNotYetLoadedException ( )

Constructor

◆ PropertiesNotYetLoadedException() [2/3]

FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException.PropertiesNotYetLoadedException ( string   message )

Constructor

Parameters
message - The exception message

◆ PropertiesNotYetLoadedException() [3/3]

FiftyOne.Pipeline.Core.Exceptions.PropertiesNotYetLoadedException.PropertiesNotYetLoadedException ( string   message,
Exception   innerException  
)

Constructor

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