C# Class CatEye.Core.UserCancelException

Inheritance: System.Exception
Show file Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
UserCancelException ( ) : System
UserCancelException ( string message ) : System

Method Details

UserCancelException() public method

public UserCancelException ( ) : System
return System

UserCancelException() public method

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