Click or drag to resize

InvocationException Constructor

Overload List
  NameDescription
Protected methodInvocationException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvocationException class
Public methodInvocationException(String, IObject, String, Object)
Initializes a new instance of the InvokationException class using the specified error message, object, member name and parameters.
Public methodInvocationException(String, IObject, String, Object, Exception)
Initializes a new instance of the InvokationException class using the specified error message, object, member name, invokation parameters and a reference to the inner exception.
Top
See Also