Click or drag to resize
InvalidVirtualContextException Constructor
Initializes a new instance of the InvalidVirtualContextException class.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public InvalidVirtualContextException(
	string message = null,
	Exception innerException = null
)

Parameters

message (Optional)
Type: SystemString
The message that describes the error.
innerException (Optional)
Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also