C# Class fCraft.MisconfigurationException

Exception thrown if an error is caused by incorrect server configuration.
Inheritance: System.Exception
Afficher le fichier Open project: fragmer/fCraft

Méthodes publiques

Méthode Description
MisconfigurationException ( [ message ) : System
MisconfigurationException ( [ message, Exception innerException ) : System

Method Details

MisconfigurationException() public méthode

public MisconfigurationException ( [ message ) : System
message [
Résultat System

MisconfigurationException() public méthode

public MisconfigurationException ( [ message, Exception innerException ) : System
message [
innerException System.Exception
Résultat System