C# Class Bot.Exceptions.CompareExcepion

Inheritance: Exception
Show file Open project: ozeidan/pokerBot

Public Methods

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

Method Details

CompareExcepion() public method

public CompareExcepion ( ) : System
return System

CompareExcepion() public method

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

CompareExcepion() public method

public CompareExcepion ( string message, Exception inner ) : System
message string
inner Exception
return System