[This is preliminary documentation and is subject to change.]
Specifies whether the handler generates simple 404 text or throws
Namespace: NFX.Wave.HandlersAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public bool Throw { get; set; }
public bool Throw { get; set; }
Public Property Throw As Boolean
Get
Set
Public Property Throw As Boolean
Get
Set
public:
property bool Throw {
bool get ();
void set (bool value);
}
public:
property bool Throw {
bool get ();
void set (bool value);
}
member Throw : bool with get, set
member Throw : bool with get, set
Property Value
Type:
Boolean