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

TargetException() public method

public TargetException ( string message ) : System
message string
return System
        public TargetException(string message) : base(message)
        {
            base.SetErrorCode(-2146232829);
        }

Same methods

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