HttpUnhandledException.HttpUnhandledException(String, Exception) Constructor
.NET Framework 3.0
This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the HttpUnhandledException class with the specified error message and inner exception.
Namespace: System.WebAssembly: System.Web (in system.web.dll)
public HttpUnhandledException ( String message, Exception innerException )
public function HttpUnhandledException ( message : String, innerException : Exception )
Not applicable.
Parameters
- message
The message displayed to the client when the exception is thrown.
- innerException
The InnerException, if any, that threw the current exception.
Community Additions
ADD
Show: