Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BACnet
Core
Exceptions
AbortException
C# Class BACnet.Core.Exceptions.AbortException
Inheritance:
BACnetException
Datei anzeigen
Open project: LorenVS/bacstack
Public Methods
Method
Description
AbortException
(
AbortReason
reason
) :
System
Constructs a new abort exception instance
Method Details
AbortException()
public
method
Constructs a new abort exception instance
public
AbortException
(
AbortReason
reason
) :
System
reason
AbortReason
The abort reason
return
System