C# 클래스 NVelocity.Exception.MethodInvocationException

Application-level exception thrown when a reference method is invoked and an exception is thrown.
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

공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MethodInvocationException ( String message, Exception innerException, String methodName ) : System

Wraps the passed in exception for examination later

보호된 메소드들

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

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
리턴 void

MethodInvocationException() 보호된 메소드

protected MethodInvocationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

MethodInvocationException() 공개 메소드

Wraps the passed in exception for examination later
public MethodInvocationException ( String message, Exception innerException, String methodName ) : System
message String
innerException System.Exception
methodName String
리턴 System