C# Class 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. *
Inheritance: VelocityException
Mostra file Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
MethodInvocationException ( String message, Exception innerException, String methodName ) : System

Wraps the passed in exception for examination later

Protected Methods

Method Description
MethodInvocationException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
return void

MethodInvocationException() protected method

protected MethodInvocationException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

MethodInvocationException() public method

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