ForbiddenException Constructor

HttpServer.dll

Initializes a new instance of the ForbiddenException class.

Namespace:  HttpServer.Exceptions
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ForbiddenException(
	string errorMsg
)
Visual Basic (Declaration)
Public Sub New ( _
	errorMsg As String _
)
Visual C++
public:
ForbiddenException(
	String^ errorMsg
)

Parameters

errorMsg
Type: System..::.String
error message

See Also