C# Class SharpCifs.Util.Sharpen.Error

Inheritance: System.Exception
Afficher le fichier Open project: brandonprry/Potato

Méthodes publiques

Méthode Description
Error ( ) : System
Error ( Exception ex ) : System
Error ( string msg ) : System
Error ( string msg, Exception ex ) : System

Method Details

Error() public méthode

public Error ( ) : System
Résultat System

Error() public méthode

public Error ( Exception ex ) : System
ex System.Exception
Résultat System

Error() public méthode

public Error ( string msg ) : System
msg string
Résultat System

Error() public méthode

public Error ( string msg, Exception ex ) : System
msg string
ex System.Exception
Résultat System