Skip to main content

arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Foundation

arolariu.Backend.Domain.Invoices

arolariu.Backend.Domain.Invoices.DDD.AggregatorRoots.Invoices.Exceptions.Outer.Foundation Namespace

Classes

InvoiceFoundationDependencyException Class

Invoice Dependency Exception

public class InvoiceFoundationDependencyException : System.Exception, arolariu.Backend.Common.Exceptions.IDependencyException

Inheritance System.Object 🡒 System.Exception 🡒 InvoiceFoundationDependencyException

Implements arolariu.Backend.Common.Exceptions.IDependencyException

Constructors

InvoiceFoundationDependencyException() Constructor

Base constructor

public InvoiceFoundationDependencyException();

InvoiceFoundationDependencyException(string) Constructor

Constructor with message

protected InvoiceFoundationDependencyException(string? message);

Parameters

message System.String

InvoiceFoundationDependencyException(string, Exception) Constructor

Constructor with message and inner exception

protected InvoiceFoundationDependencyException(string? message, System.Exception? innerException);

Parameters

message System.String

innerException System.Exception

InvoiceFoundationDependencyException(Exception) Constructor

Initializes a new instance of the InvoiceFoundationDependencyException

public InvoiceFoundationDependencyException(System.Exception innerException);

Parameters

innerException System.Exception

InvoiceFoundationDependencyException(SerializationInfo, StreamingContext) Constructor

Serialization constructor

protected InvoiceFoundationDependencyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info System.Runtime.Serialization.SerializationInfo

context System.Runtime.Serialization.StreamingContext

InvoiceFoundationDependencyValidationException Class

Invoice Dependency Validation Exception

public class InvoiceFoundationDependencyValidationException : System.Exception, arolariu.Backend.Common.Exceptions.IDependencyValidationException

Inheritance System.Object 🡒 System.Exception 🡒 InvoiceFoundationDependencyValidationException

Implements arolariu.Backend.Common.Exceptions.IDependencyValidationException

Constructors

InvoiceFoundationDependencyValidationException() Constructor

Base constructor

public InvoiceFoundationDependencyValidationException();

InvoiceFoundationDependencyValidationException(string) Constructor

Constructor with message

protected InvoiceFoundationDependencyValidationException(string? message);

Parameters

message System.String

InvoiceFoundationDependencyValidationException(string, Exception) Constructor

Constructor with message and inner exception

protected InvoiceFoundationDependencyValidationException(string? message, System.Exception? innerException);

Parameters

message System.String

innerException System.Exception

InvoiceFoundationDependencyValidationException(Exception) Constructor

Initializes a new instance of the InvoiceFoundationDependencyValidationException

public InvoiceFoundationDependencyValidationException(System.Exception innerException);

Parameters

innerException System.Exception

InvoiceFoundationDependencyValidationException(SerializationInfo, StreamingContext) Constructor

Serialization constructor

protected InvoiceFoundationDependencyValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info System.Runtime.Serialization.SerializationInfo

context System.Runtime.Serialization.StreamingContext

InvoiceFoundationServiceException Class

Invoice Service Exception

public class InvoiceFoundationServiceException : System.Exception, arolariu.Backend.Common.Exceptions.IServiceException

Inheritance System.Object 🡒 System.Exception 🡒 InvoiceFoundationServiceException

Implements arolariu.Backend.Common.Exceptions.IServiceException

Constructors

InvoiceFoundationServiceException() Constructor

Base constructor

public InvoiceFoundationServiceException();

InvoiceFoundationServiceException(string) Constructor

Constructor with message

protected InvoiceFoundationServiceException(string? message);

Parameters

message System.String

InvoiceFoundationServiceException(string, Exception) Constructor

Constructor with message and inner exception

protected InvoiceFoundationServiceException(string? message, System.Exception? innerException);

Parameters

message System.String

innerException System.Exception

InvoiceFoundationServiceException(Exception) Constructor

Initializes a new instance of the InvoiceFoundationServiceException

public InvoiceFoundationServiceException(System.Exception innerException);

Parameters

innerException System.Exception

InvoiceFoundationServiceException(SerializationInfo, StreamingContext) Constructor

Serialization constructor

protected InvoiceFoundationServiceException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info System.Runtime.Serialization.SerializationInfo

context System.Runtime.Serialization.StreamingContext

InvoiceFoundationValidationException Class

Invoice Validation Exception

public class InvoiceFoundationValidationException : System.Exception, arolariu.Backend.Common.Exceptions.IValidationException

Inheritance System.Object 🡒 System.Exception 🡒 InvoiceFoundationValidationException

Implements arolariu.Backend.Common.Exceptions.IValidationException

Constructors

InvoiceFoundationValidationException() Constructor

Base constructor

public InvoiceFoundationValidationException();

InvoiceFoundationValidationException(string) Constructor

Constructor with message

protected InvoiceFoundationValidationException(string? message);

Parameters

message System.String

InvoiceFoundationValidationException(string, Exception) Constructor

Constructor with message and inner exception

protected InvoiceFoundationValidationException(string? message, System.Exception? innerException);

Parameters

message System.String

innerException System.Exception

InvoiceFoundationValidationException(Exception) Constructor

Initializes a new instance of the InvoiceFoundationValidationException

public InvoiceFoundationValidationException(System.Exception innerException);

Parameters

innerException System.Exception

InvoiceFoundationValidationException(SerializationInfo, StreamingContext) Constructor

Serialization constructor

protected InvoiceFoundationValidationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

info System.Runtime.Serialization.SerializationInfo

context System.Runtime.Serialization.StreamingContext

// was this page useful?