Click or drag to resize
NotFoundException Constructor (String)
Initializes a new instance of the NotFoundException class

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public NotFoundException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error
See Also