VsaException 클래스

정의

주의

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.

이 형식은 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

public ref class VsaException : System::Runtime::InteropServices::ExternalException
[System.Serializable]
public class VsaException : System.Runtime.InteropServices.ExternalException
[System.Serializable]
[System.Obsolete("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.")]
[System.Runtime.InteropServices.Guid("5f44bb1a-465a-37db-8e84-acc733bf7541")]
public class VsaException : System.Runtime.InteropServices.ExternalException
[<System.Serializable>]
type VsaException = class
    inherit ExternalException
[<System.Serializable>]
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.Guid("5f44bb1a-465a-37db-8e84-acc733bf7541")>]
type VsaException = class
    inherit ExternalException
Public Class VsaException
Inherits ExternalException
상속
특성

생성자

Name Description
VsaException()
사용되지 않음.

이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

VsaException(SerializationInfo, StreamingContext)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 serialization 정보 및 스트리밍 컨텍스트를 VsaException 사용하여 클래스의 새 인스턴스를 초기화합니다.

VsaException(String, Exception)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 오류 메시지와 내부 예외에 VsaException 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

VsaException(String)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 오류 메시지를 사용하여 클래스의 VsaException 새 인스턴스를 초기화합니다.

VsaException(VsaError, String, Exception)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 오류 형식, 오류 메시지 및 내부 예외에 VsaException 대한 참조를 사용하여 클래스의 새 인스턴스를 초기화합니다.

VsaException(VsaError, String)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 오류 및 추가 메시지를 사용하여 클래스의 VsaException 새 인스턴스를 초기화합니다.

VsaException(VsaError)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

지정된 오류를 사용하여 클래스의 VsaException 새 인스턴스를 초기화합니다.

속성

Name Description
Data
사용되지 않음.

예외에 대한 추가 사용자 정의 정보를 제공하는 키/값 쌍의 컬렉션을 가져옵니다.

(다음에서 상속됨 Exception)
ErrorCode
사용되지 않음.

이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

HelpLink
사용되지 않음.

이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
HResult
사용되지 않음.

특정 예외에 할당된 코딩된 숫자 값인 HRESULT를 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
InnerException
사용되지 않음.

현재 예외를 Exception 발생시킨 인스턴스를 가져옵니다.

(다음에서 상속됨 Exception)
Message
사용되지 않음.

현재 예외를 설명하는 메시지를 가져옵니다.

(다음에서 상속됨 Exception)
Source
사용되지 않음.

오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 Exception)
StackTrace
사용되지 않음.

호출 스택에서 직접 실행 프레임의 문자열 표현을 가져옵니다.

(다음에서 상속됨 Exception)
TargetSite
사용되지 않음.

현재 예외를 throw하는 메서드를 가져옵니다.

(다음에서 상속됨 Exception)

메서드

Name Description
Equals(Object)
사용되지 않음.

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetBaseException()
사용되지 않음.

파생 클래스에서 재정의되는 경우 하나 이상의 후속 예외의 근본 원인인 값을 반환 Exception 합니다.

(다음에서 상속됨 Exception)
GetHashCode()
사용되지 않음.

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetObjectData(SerializationInfo, StreamingContext)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

사용되지 않음.

예외에 대한 정보를 사용하여 SerializationInfo 설정합니다.

GetType()
사용되지 않음.

현재 인스턴스의 런타임 형식을 가져옵니다.

(다음에서 상속됨 Exception)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

이 멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

적용 대상