Click or drag to resize
DocumentTypeNotExistsException Constructor (String, String)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public DocumentTypeNotExistsException(
	string method,
	string message
)

Parameters

method
Type: SystemString
Method which caused threw the exception
message
Type: SystemString
Exception message
See Also