Constructs an instance of ApplicationException class with the specified message and inner exception.

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

Syntax

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

Parameters

message
Type: System..::..String
The message to associate with the exception
innerException
Type: System..::..Exception
The exception which caused this error

See Also