NVelocity.Exception
Class MethodInvocationException

Constructor Summary
MethodInvocationException(string message, System.Exception e, string methodName)
         CTOR - wraps the passed in exception for examination later *

Property Summary
string MethodName
string ReferenceName
System.Exception WrappedThrowable

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

MethodInvocationException

public MethodInvocationException(string message,
                                 System.Exception e,
                                 string methodName)

CTOR - wraps the passed in exception for examination later *

Parameters:
message -
e - Throwable that we are wrapping
methodName - name of method that threw the exception
Property Detail

MethodName

public string MethodName


ReferenceName

public string ReferenceName


WrappedThrowable

public System.Exception WrappedThrowable