C# Class AwbUpdater.AbortException

Inheritance: System.Exception
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

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

Méthodes protégées

Méthode Description
AbortException ( System info, System context ) : System

Method Details

AbortException() public méthode

public AbortException ( ) : System
Résultat System

AbortException() protected méthode

protected AbortException ( System info, System context ) : System
info System
context System
Résultat System

AbortException() public méthode

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

AbortException() public méthode

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