RoutePatternException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception that is thrown for error constructing a RoutePattern.
public ref class RoutePatternException sealed : Exception
[System.Serializable]
public sealed class RoutePatternException : Exception
public sealed class RoutePatternException : Exception
[<System.Serializable>]
type RoutePatternException = class
inherit Exception
type RoutePatternException = class
inherit Exception
Public NotInheritable Class RoutePatternException
Inherits Exception
- Inheritance
-
RoutePatternException
- Attributes
Constructors
RoutePatternException(String, String) |
Creates a new instance of RoutePatternException. |
Properties
Pattern |
Gets the route pattern associated with this exception. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Populates a SerializationInfo with the data needed to serialize the target object. |