RouteCreationException Class

Definition

The exception that is thrown for invalid routes or constraints.

public ref class RouteCreationException : Exception
public class RouteCreationException : Exception
type RouteCreationException = class
    inherit Exception
Public Class RouteCreationException
Inherits Exception
Inheritance
RouteCreationException

Constructors

RouteCreationException(String)

Initializes a new instance of the RouteCreationException class with a specified error message.

RouteCreationException(String, Exception)

Initializes a new instance of the RouteCreationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to