Share via


RoutePatternException Class

Definition

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.

Applies to