InvalidAlternativeUrlException Class |
Namespace: CMS.DocumentEngine
[SerializableAttribute] public class InvalidAlternativeUrlException : Exception
The InvalidAlternativeUrlException type exposes the following members.
Name | Description | |
---|---|---|
InvalidAlternativeUrlException |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(String) |
Initializes a new instance of the InvalidAlternativeUrlException class with a specified error message.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(SerializationInfo, StreamingContext) |
Initializes a new instance of the InvalidAlternativeUrlException class with serialized data.
| |
InvalidAlternativeUrlException(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.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, AlternativeUrlInfo) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, TreeNode) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, Exception) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, String) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, AlternativeUrlInfo, Exception) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(AlternativeUrlInfo, TreeNode, Exception) |
Initializes a new instance of the InvalidAlternativeUrlException class.
| |
InvalidAlternativeUrlException(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.
|
Name | Description | |
---|---|---|
AlternativeUrl |
Alternative URL that is invalid.
| |
ConflictingAlternativeUrl | AlternativeUrlInfo that is in conflict with AlternativeUrl.
| |
ConflictingPage |
Page that is in conflict with AlternativeUrl.
| |
ExcludedUrl |
Excluded URL that is in conflict with AlternativeUrl.
| |
Message |
Gets a message that describes the current exception.
(Overrides ExceptionMessage.) |