C# Class Tomboy.Sync.TomboySyncException

Inheritance: System.ApplicationException
Afficher le fichier Open project: oluc/tomboy

Méthodes publiques

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

Method Details

TomboySyncException() public méthode

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

TomboySyncException() public méthode

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