VsaException 类
注意:此 API 现在已过时。
此类型支持 .NET Framework 基础结构,不能在代码中直接使用。
继承层次结构
Object
Exception
SystemException
ExternalException
Microsoft.Vsa.VsaException
命名空间: Microsoft.Vsa
程序集: Microsoft.Vsa(在 Microsoft.Vsa.dll 中)
语法
声明
<SerializableAttribute> _
<GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")> _
<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaException _
Inherits ExternalException
[SerializableAttribute]
[GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")]
[ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaException : ExternalException
[SerializableAttribute]
[GuidAttribute(L"5f44bb1a-465a-37db-8e84-acc733bf7541")]
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaException : public ExternalException
[<SerializableAttribute>]
[<GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541")>]
[<ObsoleteAttribute("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaException =
class
inherit ExternalException
end
public class VsaException extends ExternalException
VsaException 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
VsaException() | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(String) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(VsaError) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(SerializationInfo, StreamingContext) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(String, Exception) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(VsaError, String) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
VsaException(VsaError, String, Exception) | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 |
页首
属性
名称 | 说明 | |
---|---|---|
Data | 获取提供有关异常的其他用户定义信息的键/值对集合。 (继承自 Exception。) | |
ErrorCode | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 | |
HelpLink | 获取或设置指向与此异常关联的帮助文件链接。 (继承自 Exception。) | |
HResult | 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (继承自 Exception。) | |
InnerException | 获取导致当前异常的 Exception 实例。 (继承自 Exception。) | |
Message | 获取描述当前异常的消息。 (继承自 Exception。) | |
Source | 获取或设置导致错误的应用程序或对象的名称。 (继承自 Exception。) | |
StackTrace | 获取调用堆栈上的即时框架字符串表示形式。 (继承自 Exception。) | |
TargetSite | 获取引发当前异常的方法。 (继承自 Exception。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) | |
Finalize | 在垃圾回收将某一对象回收前允许该对象尝试释放资源并执行其他清理操作。 (继承自 Object。) | |
GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。) | |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) | |
GetObjectData | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 (重写 Exception.GetObjectData(SerializationInfo, StreamingContext)。) | |
GetType | 获取当前实例的运行时类型。 (继承自 Exception。) | |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | |
ToString | 此成员支持 .NET Framework 结构,不能在代码中直接使用。 (重写 ExternalException.ToString。) |
页首
事件
名称 | 说明 | |
---|---|---|
SerializeObjectState | 当异常被序列化用来创建包含有关该异常的徐列出数据的异常状态对象时会出现该问题。 (继承自 Exception。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。