Click or drag to resize
DomainNotFoundException Constructor (String)
Initializes a new instance of the DomainNotFoundException class with a specified error message.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public DomainNotFoundException(
	string message
)

Parameters

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