Méthode | Description | |
---|---|---|
MaximumRecursionLevelReachedException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System |
Initializes a new instance of the MaximumRecursionLevelReachedException class.
|
|
MaximumRecursionLevelReachedException ( string message ) : System |
Initializes a new instance of the MaximumRecursionLevelReachedException class.
|
|
MaximumRecursionLevelReachedException ( string message, Exception inner ) : System |
Initializes a new instance of the MaximumRecursionLevelReachedException class.
|
public MaximumRecursionLevelReachedException ( YamlDotNet.Core.Mark start, YamlDotNet.Core.Mark end, string message ) : System | ||
start | YamlDotNet.Core.Mark | |
end | YamlDotNet.Core.Mark | |
message | string | |
Résultat | System |
public MaximumRecursionLevelReachedException ( string message ) : System | ||
message | string | The message. |
Résultat | System |
public MaximumRecursionLevelReachedException ( string message, Exception inner ) : System | ||
message | string | The message. |
inner | Exception | The inner. |
Résultat | System |