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 형식에서는 다음과 같은 멤버를 노출합니다.

생성자

  이름 설명
Public 메서드 VsaException() 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(String) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(VsaError) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(SerializationInfo, StreamingContext) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(String, Exception) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(VsaError, String) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 메서드 VsaException(VsaError, String, Exception) 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

위쪽

속성

  이름 설명
Public 속성 Data 예외에 대한 사용자 정의 추가 정보를 제공하는 키/값 쌍의 컬렉션을 가져옵니다. (Exception에서 상속됨)
Public 속성 ErrorCode 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.
Public 속성 HelpLink 이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다. (Exception에서 상속됨)
Public 속성 HResult 특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다. (Exception에서 상속됨)
Public 속성 InnerException 현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다. (Exception에서 상속됨)
Public 속성 Message 현재 예외를 설명하는 메시지를 가져옵니다. (Exception에서 상속됨)
Public 속성 Source 오류를 발생시키는 응용 프로그램 또는 개체의 이름을 가져오거나 설정합니다. (Exception에서 상속됨)
Public 속성 StackTrace 호출 스택의 직접 실행 프레임 문자열 표현을 가져옵니다. (Exception에서 상속됨)
Public 속성 TargetSite 현재 예외를 throw하는 메서드를 가져옵니다. (Exception에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Equals 지정한 개체와 현재 개체가 같은지를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집기가 회수하기 전에 개체가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetBaseException 파생 클래스에서 재정의되면, 하나 이상의 후속 예외의 근본 원인이 되는 Exception을 반환합니다. (Exception에서 상속됨)
Public 메서드 GetHashCode 기본 해시 함수로 작동합니다. (Object에서 상속됨)
Public 메서드 GetObjectData 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. (Exception.GetObjectData(SerializationInfo, StreamingContext)을(를) 재정의함)
Public 메서드 GetType 현재 인스턴스의 런타임 형식을 가져옵니다. (Exception에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 부분 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 ToString 이 멤버는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다. (ExternalException.ToString을(를) 재정의함)

위쪽

이벤트

  이름 설명
Protected 이벤트 SerializeObjectState 예외에 대한 serialize된 데이터를 포함하는 예외 상태 개체를 만들기 위해 예외를 serialize할 때 발생합니다. (Exception에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.Vsa 네임스페이스