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

TargetInvocationException() public method

public TargetInvocationException ( string message, Exception inner ) : System.Runtime.Serialization
message string
inner Exception
return System.Runtime.Serialization
		public TargetInvocationException (string message, Exception inner)
			: base (message, inner)
		{
		}		

Same methods

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