C# 클래스 flint.PebbleNotFoundException

상속: PebbleException
파일 보기 프로젝트 열기: barometz/flint

공개 메소드들

메소드 설명
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