HttpException Constructor (String)

Chat2Desk

Chat2Desk

HttpException Constructor (String)

Initializes a new instance of the [HttpException] class.

Namespace:  Chat2Desk.Exceptions
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


public HttpException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
HttpException(
	String^ message
)

Parameters

message
Type: String
Сообщение, описывающее ошибку.