VsaException Sınıf

Not: Bu API artık kullanılmıyor.

Bu tür, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Devralma Hiyerarşisi

Object
  Exception
    SystemException
      ExternalException
        Microsoft.Vsa.VsaException

Ad alanı:  Microsoft.Vsa
Derleme:  Microsoft.Vsa (Microsoft.Vsa.dll içinde)

Sözdizimi

'Bildirim
<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 türü aşağıdaki üyeleri ortaya koyar.

Oluşturucular

  Ad Açıklama
Genel yöntem VsaException() Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(String) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(VsaError) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(SerializationInfo, StreamingContext) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(String, Exception) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(VsaError, String) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel yöntem VsaException(VsaError, String, Exception) Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.

Üst

Özellikler

  Ad Açıklama
Genel özellik Data Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Exception kaynağından devralındı.)
Genel özellik ErrorCode Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir.
Genel özellik HelpLink Gets or sets a link to the help file associated with this exception. (Exception kaynağından devralındı.)
Genel özellik HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Exception kaynağından devralındı.)
Genel özellik InnerException Gets the Exception instance that caused the current exception. (Exception kaynağından devralındı.)
Genel özellik Message Gets a message that describes the current exception. (Exception kaynağından devralındı.)
Genel özellik Source Gets or sets the name of the application or the object that causes the error. (Exception kaynağından devralındı.)
Genel özellik StackTrace Gets a string representation of the immediate frames on the call stack. (Exception kaynağından devralındı.)
Genel özellik TargetSite Gets the method that throws the current exception. (Exception kaynağından devralındı.)

Üst

Yöntemler

  Ad Açıklama
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetBaseException When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Exception kaynağından devralındı.)
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Genel yöntem GetObjectData Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir. (Exception.GetObjectData(SerializationInfo, StreamingContext) geçersiz kılınır.)
Genel yöntem GetType Gets the runtime type of the current instance. (Exception kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Genel yöntem ToString Bu üye, .NET Framework altyapısını destekler ve doğrudan kodunuzdan kullanılmaya yönelik değildir. (ExternalException.ToString geçersiz kılınır.)

Üst

Olaylar

  Ad Açıklama
Korumalı olay SerializeObjectState Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Exception kaynağından devralındı.)

Üst

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.Vsa Ad Alanı