J1939NodeException Class¶
Base class for exceptions thrown by IJ1939Node operations. Derives from CanKitException so L2/L3/L4 failures can be caught uniformly across the library (NFR-006 error architecture, arc42 ADR-12).
Inheritance Object → Exception → CanKitException → J1939NodeException
Derived
↳ J1939CannotClaimException
↳ J1939NoAddressException
Constructors¶
J1939NodeException(CanKitErrorCode, string) Constructor¶
Constructs an exception with a specific library error code.
Parameters¶
errorCode CanKitErrorCode
message String
J1939NodeException(string) Constructor¶
Constructs an exception with a message.
Parameters¶
message String
J1939NodeException(string, Exception) Constructor¶
Constructs an exception with a message and cause.
Parameters¶
message String
innerException Exception