C# Class CBForest.CBForestException

An exception representing an error status from the native CBForest module
Inheritance: System.ApplicationException
Afficher le fichier Open project: buzzfeed/cbforest Class Usage Examples

Méthodes publiques

Свойство Type Description
Error C4Error

Méthodes publiques

Méthode Description
CBForestException ( C4Error error ) : System
CBForestException ( int code, C4ErrorDomain domain ) : System

Method Details

CBForestException() public méthode

public CBForestException ( C4Error error ) : System
error C4Error
Résultat System

CBForestException() public méthode

public CBForestException ( int code, C4ErrorDomain domain ) : System
code int
domain C4ErrorDomain
Résultat System

Property Details

Error public_oe property

public C4Error Error
Résultat C4Error