 | FaultException(HttpStatusCode, String, Exception) Constructor |
Creates a new fault
Namespace: RestSrvr.ExceptionsAssembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntaxpublic FaultException(
HttpStatusCode statusCode,
string message,
Exception innerException
)
Public Sub New (
statusCode As HttpStatusCode,
message As String,
innerException As Exception
)
public:
FaultException(
HttpStatusCode statusCode,
String^ message,
Exception^ innerException
)
new :
statusCode : HttpStatusCode *
message : string *
innerException : Exception -> FaultExceptionParameters
- statusCode HttpStatusCode
[Missing <param name="statusCode"/> documentation for "M:RestSrvr.Exceptions.FaultException.#ctor(System.Net.HttpStatusCode,System.String,System.Exception)"]
- message String
[Missing <param name="message"/> documentation for "M:RestSrvr.Exceptions.FaultException.#ctor(System.Net.HttpStatusCode,System.String,System.Exception)"]
- innerException Exception
[Missing <param name="innerException"/> documentation for "M:RestSrvr.Exceptions.FaultException.#ctor(System.Net.HttpStatusCode,System.String,System.Exception)"]
See Also