C# Class DetectingEmbeddingLoopFailed, Runtime

Exception that gets thrown when a failure occurred while detecting embedding loop.
Inheritance: Exception
Mostrar archivo Open project: dolittle/Runtime

Public Methods

Method Description
DetectingEmbeddingLoopFailed ( ) : System,

Initializes a new instance of the DetectingEmbeddingLoopFailed class.

Method Details

DetectingEmbeddingLoopFailed() public method

Initializes a new instance of the DetectingEmbeddingLoopFailed class.
public DetectingEmbeddingLoopFailed ( ) : System,
return System,