HandleErrorInfo(Exception, String, String) コンストラクター

定義

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 または空です。

適用対象