arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Orchestration
arolariu.Backend.Domain.Invoices
arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Orchestration Namespace
Classes
InvoiceOrchestrationDependencyException Class
Invoice Orchestration Dependency Exception
public class InvoiceOrchestrationDependencyException : System.Exception, arolariu.Backend.Common.Exceptions.IDependencyException
Inheritance System.Object 🡒 System.Exception 🡒 InvoiceOrchestrationDependencyException
Implements arolariu.Backend.Common.Exceptions.IDependencyException
Constructors
InvoiceOrchestrationDependencyException() Constructor
Base constructor
public InvoiceOrchestrationDependencyException();
InvoiceOrchestrationDependencyException(string) Constructor
Constructor with message
protected InvoiceOrchestrationDependencyException(string? message);
Parameters
message System.String
InvoiceOrchestrationDependencyException(string, Exception) Constructor
Constructor with message and inner exception
protected InvoiceOrchestrationDependencyException(string? message, System.Exception? innerException);
Parameters
message System.String
innerException System.Exception
InvoiceOrchestrationDependencyException(Exception) Constructor
Initializes a new instance of the InvoiceOrchestrationDependencyException
public InvoiceOrchestrationDependencyException(System.Exception innerException);
Parameters
innerException System.Exception
InvoiceOrchestrationDependencyException(SerializationInfo, StreamingContext) Constructor
Serialization constructor
protected InvoiceOrchestrationDependencyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
InvoiceOrchestrationDependencyValidationException Class
Invoice Orchestration Dependency Validation Exception
public class InvoiceOrchestrationDependencyValidationException : System.Exception, arolariu.Backend.Common.Exceptions.IDependencyValidationException
Inheritance System.Object 🡒 System.Exception 🡒 InvoiceOrchestrationDependencyValidationException
Implements arolariu.Backend.Common.Exceptions.IDependencyValidationException
Constructors
InvoiceOrchestrationDependencyValidationException() Constructor
Base constructor
public InvoiceOrchestrationDependencyValidationException();
InvoiceOrchestrationDependencyValidationException(string) Constructor
Constructor with message
protected InvoiceOrchestrationDependencyValidationException(string? message);
Parameters
message System.String
InvoiceOrchestrationDependencyValidationException(string, Exception) Constructor
Constructor with message and inner exception
protected InvoiceOrchestrationDependencyValidationException(string? message, System.Exception? innerException);
Parameters
message System.String
innerException System.Exception
InvoiceOrchestrationDependencyValidationException(Exception) Constructor
Initializes a new instance of the InvoiceOrchestrationDependencyValidationException
public InvoiceOrchestrationDependencyValidationException(System.Exception innerException);
Parameters
innerException System.Exception
InvoiceOrchestrationDependencyValidationException(SerializationInfo, StreamingContext) Constructor
Serialization constructor
protected InvoiceOrchestrationDependencyValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
InvoiceOrchestrationServiceException Class
Invoice Orchestration Service Exception
public class InvoiceOrchestrationServiceException : System.Exception, arolariu.Backend.Common.Exceptions.IServiceException
Inheritance System.Object 🡒 System.Exception 🡒 InvoiceOrchestrationServiceException
Implements arolariu.Backend.Common.Exceptions.IServiceException
Constructors
InvoiceOrchestrationServiceException() Constructor
Base constructor
public InvoiceOrchestrationServiceException();
InvoiceOrchestrationServiceException(string) Constructor
Constructor with message
protected InvoiceOrchestrationServiceException(string? message);
Parameters
message System.String
InvoiceOrchestrationServiceException(string, Exception) Constructor
Constructor with message and inner exception
protected InvoiceOrchestrationServiceException(string? message, System.Exception? innerException);
Parameters
message System.String
innerException System.Exception
InvoiceOrchestrationServiceException(Exception) Constructor
Initializes a new instance of the InvoiceOrchestrationServiceException
public InvoiceOrchestrationServiceException(System.Exception innerException);
Parameters
innerException System.Exception
InvoiceOrchestrationServiceException(SerializationInfo, StreamingContext) Constructor
Serialization constructor
protected InvoiceOrchestrationServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
InvoiceOrchestrationValidationException Class
Invoice Orchestration Validation Exception
public class InvoiceOrchestrationValidationException : System.Exception, arolariu.Backend.Common.Exceptions.IValidationException
Inheritance System.Object 🡒 System.Exception 🡒 InvoiceOrchestrationValidationException
Implements arolariu.Backend.Common.Exceptions.IValidationException
Constructors
InvoiceOrchestrationValidationException() Constructor
Base constructor
public InvoiceOrchestrationValidationException();
InvoiceOrchestrationValidationException(string) Constructor
Constructor with message
protected InvoiceOrchestrationValidationException(string? message);
Parameters
message System.String
InvoiceOrchestrationValidationException(string, Exception) Constructor
Constructor with message and inner exception
protected InvoiceOrchestrationValidationException(string? message, System.Exception? innerException);
Parameters
message System.String
innerException System.Exception
InvoiceOrchestrationValidationException(Exception) Constructor
Initializes a new instance of the InvoiceOrchestrationValidationException
public InvoiceOrchestrationValidationException(System.Exception innerException);
Parameters
innerException System.Exception
InvoiceOrchestrationValidationException(SerializationInfo, StreamingContext) Constructor
Serialization constructor
protected InvoiceOrchestrationValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);