NotFoundException Constructor (String)

HttpServer.dll

Create a new exception

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

Syntax

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

Parameters

message
Type: System..::.String
message describing the error

See Also