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

TargetException() protected method

protected TargetException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        protected TargetException(SerializationInfo info, StreamingContext context) : base(info, context)
        {
        }

Same methods

TargetException::TargetException ( ) : System
TargetException::TargetException ( string message ) : System
TargetException::TargetException ( string message, Exception inner ) : System
TargetException