'宣言 Public Function New( _ ByVal details As System.String, _ ByVal exceptionType As System.Type _ )
public ActionResult<T>( System.string details, System.Type exceptionType )
パラメータ
- details
- アクションの実行に関する詳細情報。
- exceptionType
- 詳細な例外の種類
'宣言 Public Function New( _ ByVal details As System.String, _ ByVal exceptionType As System.Type _ )
public ActionResult<T>( System.string details, System.Type exceptionType )