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

WarningException() public method

Initializes a new instance of the class with the last Win32 error that occured.

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

Same methods

WarningException::WarningException ( SerializationInfo info, StreamingContext context ) : Microsoft.Win32
WarningException::WarningException ( string message ) : 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