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
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。