MethodNotAllowedException Constructor
Definition
- Namespace
- Cuemon.AspNetCore.Http
- Assemblies
- Cuemon.AspNetCore.dll
MethodNotAllowedException()
Initializes a new instance of the MethodNotAllowedException class.
public MethodNotAllowedException()
MethodNotAllowedException(Exception)
Initializes a new instance of the MethodNotAllowedException class.
public MethodNotAllowedException(Exception innerException)
Parameters
innerExceptionExceptionThe exception that is the cause of the current exception.
MethodNotAllowedException(string, Exception)
Initializes a new instance of the MethodNotAllowedException class.
public MethodNotAllowedException(string message, Exception innerException = null)