C# Class RavenFS.Studio.Infrastructure.ErrorPresenter

Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( Exception e ) : void
Show ( Exception e, StackTrace innerStackTrace ) : void
Show ( Uri uri, Exception e ) : void
Show ( string message, string details ) : void

Method Details

Hide() public static méthode

public static Hide ( ) : void
Résultat void

Show() public static méthode

public static Show ( Exception e ) : void
e System.Exception
Résultat void

Show() public static méthode

public static Show ( Exception e, StackTrace innerStackTrace ) : void
e System.Exception
innerStackTrace System.Diagnostics.StackTrace
Résultat void

Show() public static méthode

public static Show ( Uri uri, Exception e ) : void
uri System.Uri
e System.Exception
Résultat void

Show() public static méthode

public static Show ( string message, string details ) : void
message string
details string
Résultat void