_Exception 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
중요
이 API는 CLS 규격이 아닙니다.
Exception 클래스의 public 멤버를 비관리 코드에 노출합니다.
public interface class _Exception
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("b36b5c63-42ef-38bc-a07e-0b34c98f164a")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface _Exception
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("b36b5c63-42ef-38bc-a07e-0b34c98f164a")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type _Exception = interface
Public Interface _Exception
- 파생
- 특성
설명
이 인터페이스는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.
이 인터페이스의 vtable 순서를 유지 합니다 System.Exception 클래스 멤버는 관리 되지 않는 COM 개체에서 액세스할 수 있습니다.
속성
HelpLink |
버전에 관계없이 HelpLink 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
InnerException |
버전에 관계없이 InnerException 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
Message |
버전에 관계없이 Message 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
Source |
버전에 관계없이 Source 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
StackTrace |
버전에 관계없이 StackTrace 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
TargetSite |
버전에 관계없이 TargetSite 속성에 액세스할 수 있는 COM 개체를 제공합니다. |
메서드
Equals(Object) |
버전에 관계없이 Equals(Object) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetBaseException() |
버전에 관계없이 GetBaseException() 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetHashCode() |
버전에 관계없이 GetHashCode() 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetObjectData(SerializationInfo, StreamingContext) |
버전에 관계없이 GetObjectData(SerializationInfo, StreamingContext) 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
GetType() |
버전에 관계없이 GetType() 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
ToString() |
버전에 관계없이 ToString() 메서드에 액세스할 수 있는 COM 개체를 제공합니다. |
적용 대상
추가 정보
.NET