







![]() ![]() |
C# Webserver |
InternalServerException Constructor (String, Exception) |
InternalServerException Class See Also Send Feedback |
Initializes a new instance of the InternalServerException class.
Namespace:
HttpServer.Exceptions
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public InternalServerException( string message, Exception inner ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
Visual C++ |
---|
public: InternalServerException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::.String
error message.
- inner
- Type: System..::.Exception
inner exception.