C# 클래스 YamlDotNet.Core.MaximumRecursionLevelReachedException

Exception that is thrown when an infinite recursion is detected.
상속: YamlDotNet.Core.YamlException
파일 보기 프로젝트 열기: unitystation/unitystation

공개 메소드들

메소드 설명
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.

메소드 상세

MaximumRecursionLevelReachedException() 공개 메소드

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
리턴 System

MaximumRecursionLevelReachedException() 공개 메소드

Initializes a new instance of the MaximumRecursionLevelReachedException class.
public MaximumRecursionLevelReachedException ( string message ) : System
message string The message.
리턴 System

MaximumRecursionLevelReachedException() 공개 메소드

Initializes a new instance of the MaximumRecursionLevelReachedException class.
public MaximumRecursionLevelReachedException ( string message, Exception inner ) : System
message string The message.
inner Exception The inner.
리턴 System