A cross tenant metadata driven processing framework for Azure Data Factory and Azure Synapse Analytics achieved by coupling orchestration pipelines with a SQL database and a set of Azure Functions.
« Contents / Functions / Helpers
To provide a custom exception that can be used to throw detailed errors specific to the framework support functions.
Namespace: mrpaulandrew.azure.procfwk.Helpers.
public InvalidRequestException()
{
}
public InvalidRequestException(string message) : base(message)
{
}
public InvalidRequestException(string message, Exception innerException) : base(message, innerException)
{
}
protected InvalidRequestException(SerializationInfo info, StreamingContext context) : base(info, context)
{
}