C# Class withSIX.Core.Applications.CanceledException

Inheritance: UserException
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
CanceledException ( Exception inner ) : System
CanceledException ( string message ) : System
CanceledException ( string message, Exception inner ) : System

Private Methods

Méthode Description
CanceledException ( ) : System

Method Details

CanceledException() public méthode

public CanceledException ( Exception inner ) : System
inner System.Exception
Résultat System

CanceledException() public méthode

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

CanceledException() public méthode

public CanceledException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System