C# Class AwbUpdater.AbortException

Inheritance: System.Exception
Show file Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
AbortException ( ) : System
AbortException ( string message ) : System
AbortException ( string message, Exception innerException ) : System

Protected Methods

Method Description
AbortException ( System info, System context ) : System

Method Details

AbortException() public method

public AbortException ( ) : System
return System

AbortException() protected method

protected AbortException ( System info, System context ) : System
info System
context System
return System

AbortException() public method

public AbortException ( string message ) : System
message string
return System

AbortException() public method

public AbortException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System