[This is preliminary documentation and is subject to change.]
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public HTTPStatusException(
int statusCode,
string statusDescription
)
public HTTPStatusException(
int statusCode,
string statusDescription
)
Public Sub New (
statusCode As Integer,
statusDescription As String
)
Public Sub New (
statusCode As Integer,
statusDescription As String
)
public:
HTTPStatusException(
int statusCode,
String^ statusDescription
)
public:
HTTPStatusException(
int statusCode,
String^ statusDescription
)
new :
statusCode : int *
statusDescription : string -> HTTPStatusException
new :
statusCode : int *
statusDescription : string -> HTTPStatusException