C# 클래스 CBForest.CBForestException

An exception representing an error status from the native CBForest module
상속: System.ApplicationException
파일 보기 프로젝트 열기: buzzfeed/cbforest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Error C4Error

공개 메소드들

메소드 설명
CBForestException ( C4Error error ) : System
CBForestException ( int code, C4ErrorDomain domain ) : System

메소드 상세

CBForestException() 공개 메소드

public CBForestException ( C4Error error ) : System
error C4Error
리턴 System

CBForestException() 공개 메소드

public CBForestException ( int code, C4ErrorDomain domain ) : System
code int
domain C4ErrorDomain
리턴 System

프로퍼티 상세

Error 공개적으로 프로퍼티

public C4Error Error
리턴 C4Error