RouteCreationException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對無效路由或條件約束擲回的例外狀況。
public ref class RouteCreationException : Exception
public class RouteCreationException : Exception
type RouteCreationException = class
inherit Exception
Public Class RouteCreationException
Inherits Exception
- 繼承
-
RouteCreationException
建構函式
RouteCreationException(String) |
使用指定的錯誤訊息,初始化 RouteCreationException 類別的新執行個體。 |
RouteCreationException(String, Exception) |
使用指定的錯誤訊息以及造成此例外狀況的內部例外狀況的參考,初始化 RouteCreationException 類別的新執行個體。 |