Skip to content

J1939NoAddressException Class

Thrown by SendAsync(J1939Message, CancellationToken) when the caller tries to send a message before ClaimAddressAsync(byte, CancellationToken) has succeeded (SRS FR-J1939-003/004: only a node with a valid, claimed address may transmit).

public sealed class J1939NoAddressException : CanKit.Pro.J1939.J1939NodeException

Inheritance ObjectExceptionCanKitExceptionJ1939NodeException → J1939NoAddressException

Constructors

J1939NoAddressException() Constructor

Constructs the exception.

public J1939NoAddressException();