BackgroundTransferInternalException 类

继承层次结构

System.Object
  System.Exception
    System.SystemException
      Microsoft.Phone.BackgroundTransfer.BackgroundTransferInternalException

命名空间:  Microsoft.Phone.BackgroundTransfer
程序集:  Microsoft.Phone(在 Microsoft.Phone.dll 中)

语法

声明
Public NotInheritable Class BackgroundTransferInternalException _
    Inherits SystemException
public sealed class BackgroundTransferInternalException : SystemException
public ref class BackgroundTransferInternalException sealed : public SystemException
[<Sealed>]
type BackgroundTransferInternalException =  
    class
        inherit SystemException
    end

BackgroundTransferInternalException 类型公开以下成员。

属性

  名称 说明
公共属性 Data 获取一个提供用户定义的其他异常信息的键/值对的集合。 (继承自 Exception。)
公共属性 HelpLink 获取或设置指向此异常所关联帮助文件的链接。 (继承自 Exception。)
公共属性 HResult 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。)
公共属性 InnerException 获取导致当前异常的 Exception 实例。 (继承自 Exception。)
公共属性 Message 获取描述当前异常的消息。 (继承自 Exception。)
公共属性 Source 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。)
公共属性 StackTrace 获取调用堆栈上直接帧的字符串表示形式。 (继承自 Exception。)

页首

方法

  名称 说明
公共方法 Equals(Object) 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetBaseException 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的运行时类型。 (继承自 Exception。)
公共方法 ToString 创建并返回当前异常的字符串表示形式。 (继承自 Exception。)

页首

扩展方法 

  名称 说明
公共扩展方法 PrepareForRethrow (由 ExceptionExtensions 定义。)

页首

版本信息

适用于 Windows Phone 应用的 .NET

受以下版本支持:Windows Phone 8、Silverlight 8.1

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.Phone.BackgroundTransfer 命名空间