Class MultiTenantException
This class implements a custom exception for multi-tenant interactions.
Inheritance
System.Object
MultiTenantException
Namespace: Talegen.AspNetCore.Multitenant
Assembly: Talegen.AspNetCore.Multitenant.dll
Syntax
public class MultiTenantException : Exception
Constructors
| Improve this Doc View SourceMultiTenantException(String, Exception)
Initializes a new instance of the MultiTenantException class.
Declaration
public MultiTenantException(string message, Exception innerException = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference ( langword_csharp_Nothing in Visual Basic) if no inner exception is specified. |