VsaException Class
.NET Framework 2.0
NOTE: This class is now obsolete.
This type supports the .NET Framework infrastructure and is not intended to be used directly from your code. Namespace: Microsoft.VsaAssembly: Microsoft.Vsa (in microsoft.vsa.dll)
'Declaration <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.")> _ Public Class VsaException Inherits ExternalException 'Usage Dim instance As VsaException
/** @attribute SerializableAttribute() */
/** @attribute GuidAttribute("5f44bb1a-465a-37db-8e84-acc733bf7541") */
/** @attribute 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.") */
public class VsaException extends 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.") public class VsaException extends ExternalException
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
Microsoft.Vsa.VsaException
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
Microsoft.Vsa.VsaException
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: