[This is preliminary documentation and is subject to change.]
Namespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public Http404NotFound(
string descr = null
)
public Http404NotFound(
string descr = null
)
Public Sub New (
Optional descr As String = Nothing
)
Public Sub New (
Optional descr As String = Nothing
)
public:
Http404NotFound(
String^ descr = nullptr
)
public:
Http404NotFound(
String^ descr = nullptr
)
new :
?descr : string
(* Defaults:
let _descr = defaultArg descr null
*)
-> Http404NotFound
new :
?descr : string
(* Defaults:
let _descr = defaultArg descr null
*)
-> Http404NotFound