C# Class Tup.Cobar4Net.Config.Util.ConfigException

Inheritance: System.Exception
Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Méthodes publiques

Méthode Description
ConfigException ( ) : System
ConfigException ( Exception cause ) : System
ConfigException ( string message ) : System
ConfigException ( string message, Exception cause ) : System

Method Details

ConfigException() public méthode

public ConfigException ( ) : System
Résultat System

ConfigException() public méthode

public ConfigException ( Exception cause ) : System
cause System.Exception
Résultat System

ConfigException() public méthode

public ConfigException ( string message ) : System
message string
Résultat System

ConfigException() public méthode

public ConfigException ( string message, Exception cause ) : System
message string
cause System.Exception
Résultat System