BuildServerException.ConvertException メソッド (String, String, Exception, Boolean)
名前空間: Microsoft.TeamFoundation.Build.Client
アセンブリ: Microsoft.TeamFoundation.Build.Client (Microsoft.TeamFoundation.Build.Client.dll 内)
構文
'宣言
Public Shared Function ConvertException ( _
exceptionType As String, _
exceptionMessage As String, _
innerException As Exception, _
convertUnknown As Boolean _
) As Exception
public static Exception ConvertException(
string exceptionType,
string exceptionMessage,
Exception innerException,
bool convertUnknown
)
パラメーター
- exceptionType
型 : System.String
- exceptionMessage
型 : System.String
- innerException
型 : System.Exception
- convertUnknown
型 : System.Boolean
戻り値
型 : System.Exception
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。