C# Class Flint.Core.PebbleException

Inheritance: System.Exception
显示文件 Open project: barometz/flint

Public Methods

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

Method Details

PebbleException() public method

public PebbleException ( ) : System
return System

PebbleException() public method

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

PebbleException() public method

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