C# Class flint.PebbleNotFoundException

Inheritance: PebbleException
Exibir arquivo Open project: barometz/flint

Public Methods

Method Description
PebbleNotFoundException ( string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System

Method Details

PebbleNotFoundException() public method

public PebbleNotFoundException ( string pebbleId = "0000" ) : System
pebbleId string
return System

PebbleNotFoundException() public method

public PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
message string
innerException System.Exception
pebbleId string
return System

PebbleNotFoundException() public method

public PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System
message string
pebbleId string
return System