Class TableauInstanceTypeNotSupportedException
The exception that is thrown when an operation is not supported for the current TableauInstanceType.
Inheritance
TableauInstanceTypeNotSupportedException
Implements
Inherited Members
Namespace: Tableau.Migration
Assembly: Tableau.Migration.dll
Syntax
public class TableauInstanceTypeNotSupportedException : NotSupportedException, ISerializable
Constructors
TableauInstanceTypeNotSupportedException(TableauInstanceType, ISharedResourcesLocalizer, string?)
The exception that is thrown when an operation is not supported for the current TableauInstanceType.
Declaration
public TableauInstanceTypeNotSupportedException(TableauInstanceType unsupported, ISharedResourcesLocalizer localizer, string? message = null)
Parameters
Type | Name | Description |
---|---|---|
TableauInstanceType | unsupported | |
ISharedResourcesLocalizer | localizer | |
string | message |
Properties
UnsupportedInstanceType
Gets the unsupported TableauInstanceType.
Declaration
public TableauInstanceType UnsupportedInstanceType { get; }
Property Value
Type | Description |
---|---|
TableauInstanceType |