Class InvalidScheduleException
Exception thrown when a schedule is invalid.
Inherited Members
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public class InvalidScheduleException : EquatableException<InvalidScheduleException>, ISerializable, IEquatable<InvalidScheduleException>
Constructors
InvalidScheduleException()
Initializes a new instance of the InvalidScheduleException class.
Declaration
public InvalidScheduleException()
InvalidScheduleException(string)
Initializes a new instance of the InvalidScheduleException class with a specified error message.
Declaration
public InvalidScheduleException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
InvalidScheduleException(string, Exception)
Initializes a new instance of the InvalidScheduleException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public InvalidScheduleException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |
Exception | innerException | The exception that is the cause of the current exception. |