RouteCreationException 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.
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, 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.  | 
        	
| RouteCreationException(String) | 
		 Initializes a new instance of the RouteCreationException class with a specified error message.  |