C# Class IndexViewer.ErrorResolver

Afficher le fichier Open project: JimmieOverby/IndexViewer Class Usage Examples

Méthodes publiques

Méthode Description
CheckPageError ( ) : string
ResolveError ( ) : void
ResolveError ( Exception exception ) : void
ResolveError ( Exception exception, object sender ) : void

Method Details

CheckPageError() public static méthode

public static CheckPageError ( ) : string
Résultat string

ResolveError() public static méthode

public static ResolveError ( ) : void
Résultat void

ResolveError() public static méthode

public static ResolveError ( Exception exception ) : void
exception System.Exception
Résultat void

ResolveError() public static méthode

public static ResolveError ( Exception exception, object sender ) : void
exception System.Exception
sender object
Résultat void