Constructs an instance of ApplicationException class with the specified message.

Namespace: DotNetNuke.Entities.Tabs.TabVersions.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DnnTabVersionException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)

Parameters

message
Type: System..::..String
The message to associate with the exception

See Also