NotFoundException.

NotFoundException(string) Constructor

Summary

Initializes a new instance of the NotFoundException class.

Syntax

public NotFoundException(string message)

Parameters

Name Type Description
message string The message that describes the error.

Return Value

Type Description
void