Class TabException
Namespace: DotNetNuke.Entities.Tabs
Assembly: DotNetNuke.dll
Syntax
public class TabException : Exception
Constructors
| Improve this Doc View SourceTabException(Int32, String)
Initializes a new instance of the TabException class.
Declaration
public TabException(int tabId, string message)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tabId | |
System.String | message |
Properties
| Improve this Doc View SourceTabId
Declaration
public int TabId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |