Class ArtemisRoutingException
Represents errors that occur within the Artemis router.
public class ArtemisRoutingException : Exception, ISerializable
- Inheritance
-
objectArtemisRoutingException
- Implements
- Inherited Members
Constructors
ArtemisRoutingException()
Initializes a new instance of the Exception class.
public ArtemisRoutingException()
ArtemisRoutingException(string?)
Initializes a new instance of the Exception class with a specified error message.
public ArtemisRoutingException(string? message)
Parameters
messagestringThe message that describes the error.
ArtemisRoutingException(string?, Exception?)
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public ArtemisRoutingException(string? message, Exception? innerException)