C# 클래스 Switcheroo.Exceptions.CircularDependencyException

상속: InvalidConfigurationException
파일 보기 프로젝트 열기: rhanekom/Switcheroo

공개 메소드들

메소드 설명
CircularDependencyException ( ) : System

Initializes a new instance of the CircularDependencyException class.

CircularDependencyException ( string message ) : System

Initializes a new instance of the CircularDependencyException class.

CircularDependencyException ( string message, Exception inner ) : System

Initializes a new instance of the CircularDependencyException class.

보호된 메소드들

메소드 설명
CircularDependencyException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the CircularDependencyException class.

메소드 상세

CircularDependencyException() 공개 메소드

Initializes a new instance of the CircularDependencyException class.
public CircularDependencyException ( ) : System
리턴 System

CircularDependencyException() 보호된 메소드

Initializes a new instance of the CircularDependencyException class.
protected CircularDependencyException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
리턴 System

CircularDependencyException() 공개 메소드

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

CircularDependencyException() 공개 메소드

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