Assert.Catch メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Catch(Type, TestDelegate, String, Object[])
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code, string message, params object[] args);
static member Catch : Type * NUnit.Framework.TestDelegate * string * obj[] -> Exception
パラメーター
- expectedExceptionType
- Type
- code
- TestDelegate
- message
- String
- args
- Object[]
戻り値
適用対象
Catch(TestDelegate)
public static Exception Catch (NUnit.Framework.TestDelegate code);
static member Catch : NUnit.Framework.TestDelegate -> Exception
パラメーター
- code
- TestDelegate
戻り値
適用対象
Catch(TestDelegate, String)
public static Exception Catch (NUnit.Framework.TestDelegate code, string message);
static member Catch : NUnit.Framework.TestDelegate * string -> Exception
パラメーター
- code
- TestDelegate
- message
- String
戻り値
適用対象
Catch(Type, TestDelegate)
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code);
static member Catch : Type * NUnit.Framework.TestDelegate -> Exception
パラメーター
- expectedExceptionType
- Type
- code
- TestDelegate
戻り値
適用対象
Catch(TestDelegate, String, Object[])
public static Exception Catch (NUnit.Framework.TestDelegate code, string message, params object[] args);
static member Catch : NUnit.Framework.TestDelegate * string * obj[] -> Exception
パラメーター
- code
- TestDelegate
- message
- String
- args
- Object[]
戻り値
適用対象
Catch(Type, TestDelegate, String)
public static Exception Catch (Type expectedExceptionType, NUnit.Framework.TestDelegate code, string message);
static member Catch : Type * NUnit.Framework.TestDelegate * string -> Exception
パラメーター
- expectedExceptionType
- Type
- code
- TestDelegate
- message
- String
戻り値
適用対象
Catch<T>(TestDelegate, String)
public static T Catch<T> (NUnit.Framework.TestDelegate code, string message) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate * string -> 'T (requires 'T :> Exception)
型パラメーター
- T
パラメーター
- code
- TestDelegate
- message
- String
戻り値
T
適用対象
Catch<T>(TestDelegate, String, Object[])
public static T Catch<T> (NUnit.Framework.TestDelegate code, string message, params object[] args) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate * string * obj[] -> 'T (requires 'T :> Exception)
型パラメーター
- T
パラメーター
- code
- TestDelegate
- message
- String
- args
- Object[]
戻り値
T
適用対象
Catch<T>(TestDelegate)
public static T Catch<T> (NUnit.Framework.TestDelegate code) where T : Exception;
static member Catch : NUnit.Framework.TestDelegate -> 'T (requires 'T :> Exception)
型パラメーター
- T
パラメーター
- code
- TestDelegate
戻り値
T