System.ComponentModel.WarningException.WarningException C# (CSharp) Method

WarningException() public method

Initializes a new instance of the class with the specified message and no Help file.

public WarningException ( string message ) : Microsoft.Win32
message string
return Microsoft.Win32
        public WarningException(string message) : this(message, null, null)
        {
        }

Same methods

WarningException::WarningException ( ) : Microsoft.Win32
WarningException::WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
WarningException::WarningException ( string message, Exception innerException ) : Microsoft.Win32
WarningException::WarningException ( string message, string helpUrl ) : Microsoft.Win32
WarningException::WarningException ( string message, string helpUrl, string helpTopic ) : Microsoft.Win32