Orchestrate
.procfwk

Logo

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.


- Overview
- Contents


View the Project on GitHub mrpaulandrew/procfwk

Invalid Request Exception


« Contents / Functions / Helpers


Inherits

Role

To provide a custom exception that can be used to throw detailed errors specific to the framework support functions.

Namespace: mrpaulandrew.azure.procfwk.Helpers.

Methods

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)
{
}