C# Class Shovel.Exceptions.ShovelException

Inheritance: System.Exception
Afficher le fichier Open project: mbrezu/Shovel Class Usage Examples

Méthodes publiques

Méthode Description
ShovelException ( ) : System
ShovelException ( string message, Exception innerException ) : System

Method Details

ShovelException() public méthode

public ShovelException ( ) : System
Résultat System

ShovelException() public méthode

public ShovelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System