BACnet.Core.Exceptions.AbortException.AbortException C# (CSharp) Method

AbortException() public method

Constructs a new abort exception instance
public AbortException ( AbortReason reason ) : System
reason AbortReason The abort reason
return System
        public AbortException(AbortReason reason)
        {
            this.Reason = reason;
        }
AbortException