C# Class BACnet.Core.Exceptions.AbortException

Inheritance: BACnetException
Afficher le fichier Open project: LorenVS/bacstack

Méthodes publiques

Méthode Description
AbortException ( AbortReason reason ) : System

Constructs a new abort exception instance

Method Details

AbortException() public méthode

Constructs a new abort exception instance
public AbortException ( AbortReason reason ) : System
reason AbortReason The abort reason
Résultat System