C# Class ComponentModel.WarningException

The Warning exception.
Inheritance: System.SystemException
Exibir arquivo Open project: jschementi/iron

Public Methods

Method Description
WarningException ( string message ) : System

The constructor.

Method Details

WarningException() public method

The constructor.
public WarningException ( string message ) : System
message string The message.
return System