C# 클래스 Castle.MonoRail.Framework.Internal.RescueDescriptor

Represents a rescue configuration
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
RescueDescriptor ( string viewName, Type exceptionType ) : System

Initializes a new instance of the RescueDescriptor class.

메소드 상세

RescueDescriptor() 공개 메소드

Initializes a new instance of the RescueDescriptor class.
public RescueDescriptor ( string viewName, Type exceptionType ) : System
viewName string Name of the rescue view.
exceptionType System.Type Type of the exception it is associated with.
리턴 System