C# Class BACnet.Core.Exceptions.ErrorException

Inheritance: BACnetException
Datei anzeigen Open project: LorenVS/bacstack

Public Methods

Method Description
ErrorException ( ServiceError error ) : System

Constructs a new error exception instance

Method Details

ErrorException() public method

Constructs a new error exception instance
public ErrorException ( ServiceError error ) : System
error ServiceError The error
return System