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

TargetException() public method

public TargetException ( ) : System
return 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