Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ public enum RequestStatusType
Successful = 2,
ValidationError = 3,
}
public partial class RequestValidationException : System.Exception
{
public RequestValidationException(string message) { }
public RequestValidationException(string message, System.Exception innerException) { }
}
public partial class ResponseValidationException : System.Exception
{
public ResponseValidationException(string message) { }
public ResponseValidationException(string message, System.Exception innerException) { }
}
}
namespace Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.Framework
{
Expand Down