Class ArtemisRoutingException
Inheritance
ArtemisRoutingException
Assembly: Artemis.UI.Shared.dll
Syntax
public class ArtemisRoutingException : Exception, ISerializable
Constructors
ArtemisRoutingException()
Declaration
public ArtemisRoutingException()
ArtemisRoutingException(string?)
Declaration
public ArtemisRoutingException(string? message)
Parameters
Type |
Name |
Description |
string |
message |
|
ArtemisRoutingException(string?, Exception?)
Declaration
public ArtemisRoutingException(string? message, Exception? innerException)
Parameters
Implements