SqlTraceFailToLoadInstAPIAssemblyException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SqlTraceFailToLoadInstAPIAssemblyException 클래스는 Inst API 어셈블리를 로드하지 못할 때 SMO 추적 개체가 발생시키는 예외를 나타냅니다.
public ref class SqlTraceFailToLoadInstAPIAssemblyException : Microsoft::SqlServer::Management::Trace::SqlTraceException
[System.Serializable]
public class SqlTraceFailToLoadInstAPIAssemblyException : Microsoft.SqlServer.Management.Trace.SqlTraceException
[<System.Serializable>]
type SqlTraceFailToLoadInstAPIAssemblyException = class
inherit SqlTraceException
Public Class SqlTraceFailToLoadInstAPIAssemblyException
Inherits SqlTraceException
- 상속
- 특성
설명
스레드 보안
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 구성원은 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.
생성자
SqlTraceFailToLoadInstAPIAssemblyException() |
SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다. |
SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext) |
지정한 직렬화 정보와 지정한 스트리밍 컨텍스트를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다. |
SqlTraceFailToLoadInstAPIAssemblyException(String) |
지정된 메시지를 사용하여 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다. |
SqlTraceFailToLoadInstAPIAssemblyException(String, Exception) |
지정된 메시지 및 내부 예외를 사용하여 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다. |
SqlTraceFailToLoadInstAPIAssemblyException(Type, String) |
지정한 메시지 원본 및 메시지를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다. |