C# Class Garlic.GarlicException

Inheritance: System.Exception
显示文件 Open project: Lundalogik/garlic

Public Methods

Method Description
GarlicException ( ) : System
GarlicException ( Exception inner ) : System
GarlicException ( string message ) : System

Method Details

GarlicException() public method

public GarlicException ( ) : System
return System

GarlicException() public method

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

GarlicException() public method

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