SqlTraceFailToLoadInstAPIAssemblyException 클래스

정의

이 클래스는 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
상속
SqlTraceFailToLoadInstAPIAssemblyException
특성

설명

스레드 안전성

이 유형의 공개 정적(Microsoft Visual Basic 공유) 멤버는 멀티스레드 작업에 안전합니다. 모든 인스턴스 멤버는 스레드로부터 안전하게 보호되지 않습니다.

생성자

Name Description
SqlTraceFailToLoadInstAPIAssemblyException()

SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다.

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

지정된 직렬화 정보와 지정된 스트리밍 컨텍스트로 클래스의 SqlTraceFailToLoadInstAPIAssemblyException 새 인스턴스를 초기화합니다.

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

지정된 메시지 및 내부 예외를 SqlTraceFailToLoadInstAPIAssemblyException 사용하여 클래스의 새 인스턴스를 초기화합니다.

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

지정된 메시지 소스와 메시지로 클래스의 SqlTraceFailToLoadInstAPIAssemblyException 새 인스턴스를 초기화합니다.

적용 대상