Click or drag to resize
InvalidAlternativeUrlException Class
Exception that is thrown when AlternativeUrlInfo is in conflict with another URL or constraint.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DocumentEngineInvalidAlternativeUrlException

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
[SerializableAttribute]
public class InvalidAlternativeUrlException : Exception

The InvalidAlternativeUrlException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidAlternativeUrlException
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(String)
Initializes a new instance of the InvalidAlternativeUrlException class with a specified error message.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo)
Initializes a new instance of the InvalidAlternativeUrlException class.
Protected methodInvalidAlternativeUrlException(SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidAlternativeUrlException class with serialized data.
Public methodInvalidAlternativeUrlException(String, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, AlternativeUrlInfo)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, TreeNode)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, String)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, AlternativeUrlInfo, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, TreeNode, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class.
Public methodInvalidAlternativeUrlException(AlternativeUrlInfo, String, Exception)
Initializes a new instance of the InvalidAlternativeUrlException class with a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyAlternativeUrl
Alternative URL that is invalid.
Public propertyConflictingAlternativeUrl
AlternativeUrlInfo that is in conflict with AlternativeUrl.
Public propertyConflictingPage
Page that is in conflict with AlternativeUrl.
Public propertyExcludedUrl
Excluded URL that is in conflict with AlternativeUrl.
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Top
See Also