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

TargetException() публичный Метод

public TargetException ( ) : System
Результат System
        public TargetException()
        {
            base.SetErrorCode(-2146232829);
        }

Same methods

TargetException::TargetException ( SerializationInfo info, StreamingContext context ) : System
TargetException::TargetException ( string message ) : System
TargetException::TargetException ( string message, Exception inner ) : System
TargetException