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

TargetInvocationException() public method

public TargetInvocationException ( Exception inner ) : System.Runtime.Serialization
inner Exception
return System.Runtime.Serialization
		public TargetInvocationException (Exception inner)
			: base ("Exception has been thrown by the target of an invocation.", inner)
		{			
		}

Same methods

TargetInvocationException.TargetInvocationException::TargetInvocationException ( SerializationInfo info, StreamingContext sc ) : System.Runtime.Serialization
TargetInvocationException.TargetInvocationException::TargetInvocationException ( string message, Exception inner ) : System.Runtime.Serialization
TargetInvocationException.TargetInvocationException