C# Класс flint.PebbleNotFoundException

Наследование: PebbleException
Показать файл Открыть проект

Открытые методы

Метод Описание
PebbleNotFoundException ( string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System

Описание методов

PebbleNotFoundException() публичный Метод

public PebbleNotFoundException ( string pebbleId = "0000" ) : System
pebbleId string
Результат System

PebbleNotFoundException() публичный Метод

public PebbleNotFoundException ( string message, Exception innerException, string pebbleId = "0000" ) : System
message string
innerException System.Exception
pebbleId string
Результат System

PebbleNotFoundException() публичный Метод

public PebbleNotFoundException ( string message, string pebbleId = "0000" ) : System
message string
pebbleId string
Результат System