System.Reflection.TargetInvocationException.TargetInvocationException C# (CSharp) Method

TargetInvocationException() private method

private TargetInvocationException ( ) : System
return System
    	private TargetInvocationException()
	        : base(Environment.GetResourceString("Arg_TargetInvocationException")) {
    		SetErrorCode(__HResults.COR_E_TARGETINVOCATION);
    	}

Same methods

TargetInvocationException::TargetInvocationException ( SerializationInfo info, StreamingContext context ) : System
TargetInvocationException::TargetInvocationException ( String message ) : System
TargetInvocationException::TargetInvocationException ( String message, Exception inner ) : System
TargetInvocationException::TargetInvocationException ( System inner ) : System
TargetInvocationException