System.Reflection.TargetInvocationException.TargetInvocationException.TargetInvocationException C# (CSharp) Méthode

TargetInvocationException() public méthode

public TargetInvocationException ( Exception inner ) : System.Runtime.Serialization
inner Exception
Résultat 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