C# 클래스 Castle.MonoRail.Framework.ControllerNotFoundException

상속: System.ApplicationException
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ControllerNotFoundException ( String area, String controller ) : System

Initializes a new instance of the ControllerNotFoundException class.

ControllerNotFoundException ( String area, String controller, Exception innerException ) : System

Initializes a new instance of the ControllerNotFoundException class.

ControllerNotFoundException ( UrlInfo url ) : System

Initializes a new instance of the ControllerNotFoundException class.

ControllerNotFoundException ( UrlInfo url, Exception innerException ) : System

Initializes a new instance of the ControllerNotFoundException class.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.

보호된 메소드들

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

Initializes a new instance of the ControllerNotFoundException class.

비공개 메소드들

메소드 설명
BuildExceptionMessage ( String area, String controller ) : String

Builds the exception message.

메소드 상세

ControllerNotFoundException() 보호된 메소드

Initializes a new instance of the ControllerNotFoundException class.
protected ControllerNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
리턴 System

ControllerNotFoundException() 공개 메소드

Initializes a new instance of the ControllerNotFoundException class.
public ControllerNotFoundException ( String area, String controller ) : System
area String The area.
controller String The controller.
리턴 System

ControllerNotFoundException() 공개 메소드

Initializes a new instance of the ControllerNotFoundException class.
public ControllerNotFoundException ( String area, String controller, Exception innerException ) : System
area String The area.
controller String The controller.
innerException System.Exception The inner exception.
리턴 System

ControllerNotFoundException() 공개 메소드

Initializes a new instance of the ControllerNotFoundException class.
public ControllerNotFoundException ( UrlInfo url ) : System
url UrlInfo The URL.
리턴 System

ControllerNotFoundException() 공개 메소드

Initializes a new instance of the ControllerNotFoundException class.
public ControllerNotFoundException ( UrlInfo url, Exception innerException ) : System
url UrlInfo The URL.
innerException System.Exception The inner exception.
리턴 System

GetObjectData() 공개 메소드

When overridden in a derived class, sets the T:System.Runtime.Serialization.SerializationInfo with information about the exception.
The parameter is a null reference ( in Visual Basic).
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
리턴 void