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

Namespace: CMS.Base
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentTypeNotExistsException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message
innerException
Type: SystemException
Exception that caused the current exception
See Also