System.Reflection.TargetException.TargetException C# (CSharp) Метод

TargetException() защищенный Метод

protected TargetException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат 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