







|
| C# Webserver |
| NotFoundException Constructor (String, Exception) |
| NotFoundException Class See Also Send Feedback |
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, Exception inner ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
| Visual C++ |
|---|
public: NotFoundException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::.String
message describing the error
- inner
- Type: System..::.Exception
inner exception
