C# 클래스 NVelocity.Exception.ResourceNotFoundException

Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
When this exception is thrown, a best effort will be made to have useful information in the exception's message. For complete information, consult the runtime log. *
상속: VelocityException
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity

공개 메소드들

메소드 설명
ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
ResourceNotFoundException ( String exceptionMessage ) : System
ResourceNotFoundException ( string message, Exception innerException ) : System

메소드 상세

ResourceNotFoundException() 공개 메소드

public ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

ResourceNotFoundException() 공개 메소드

public ResourceNotFoundException ( String exceptionMessage ) : System
exceptionMessage String
리턴 System

ResourceNotFoundException() 공개 메소드

public ResourceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System