C# Class withSIX.Core.Applications.CanceledException

Inheritance: UserException
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
CanceledException ( Exception inner ) : System
CanceledException ( string message ) : System
CanceledException ( string message, Exception inner ) : System

Private Methods

Method Description
CanceledException ( ) : System

Method Details

CanceledException() public method

public CanceledException ( Exception inner ) : System
inner System.Exception
return System

CanceledException() public method

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

CanceledException() public method

public CanceledException ( string message, Exception inner ) : System
message string
inner System.Exception
return System