HandleErrorInfo(Exception, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HandleErrorInfo 類別的新執行個體。
public HandleErrorInfo (Exception exception, string controllerName, string actionName);
new System.Web.Mvc.HandleErrorInfo : Exception * string * string -> System.Web.Mvc.HandleErrorInfo
Public Sub New (exception As Exception, controllerName As String, actionName As String)
參數
- exception
- Exception
例外狀況。
- controllerName
- String
控制器的名稱。
- actionName
- String
動作的名稱。
例外狀況
exception
參數為 null。
controllerName
或 actionName
參數為 Null 或空白。