C# Class RavenFS.Studio.Infrastructure.ErrorPresenter

ファイルを表示 Open project: hibernating-rhinos/RavenFS

Public Methods

Method 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 method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( Exception e ) : void
e System.Exception
return void

Show() public static method

public static Show ( Exception e, StackTrace innerStackTrace ) : void
e System.Exception
innerStackTrace System.Diagnostics.StackTrace
return void

Show() public static method

public static Show ( Uri uri, Exception e ) : void
uri System.Uri
e System.Exception
return void

Show() public static method

public static Show ( string message, string details ) : void
message string
details string
return void