SqlTraceFailToLoadInstAPIAssemblyException 생성자

정의

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

오버로드

SqlTraceFailToLoadInstAPIAssemblyException()

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

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

지정한 직렬화 정보와 지정한 스트리밍 컨텍스트를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다.

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

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

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

지정한 메시지 원본 및 메시지를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다.

SqlTraceFailToLoadInstAPIAssemblyException()

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

public:
 SqlTraceFailToLoadInstAPIAssemblyException();
public SqlTraceFailToLoadInstAPIAssemblyException ();
Public Sub New ()

예제

SMO 예외 처리

적용 대상

SqlTraceFailToLoadInstAPIAssemblyException(String)

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

public:
 SqlTraceFailToLoadInstAPIAssemblyException(System::String ^ message);
public SqlTraceFailToLoadInstAPIAssemblyException (string message);
new Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException : string -> Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Public Sub New (message As String)

매개 변수

message
String

일반 SQL 추적 Fail to Load Inst API Assembly 예외와 연결된 메시지를 지정하는 String 값입니다.

예제

SMO 예외 처리

적용 대상

SqlTraceFailToLoadInstAPIAssemblyException(SerializationInfo, StreamingContext)

지정한 직렬화 정보와 지정한 스트리밍 컨텍스트를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다.

protected:
 SqlTraceFailToLoadInstAPIAssemblyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected SqlTraceFailToLoadInstAPIAssemblyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

SQL 추적 Fail to Load Inst API Assembly 예외에 대한 직렬화 정보를 지정하는 SerializationInfo 개체 값입니다.

context
StreamingContext

SQL 추적 Fail to Load Inst API Assembly 예외에 대한 스트리밍 컨텍스트를 지정하는 StreamingContext 개체 값입니다.

예제

SMO 예외 처리

적용 대상

SqlTraceFailToLoadInstAPIAssemblyException(String, Exception)

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

public:
 SqlTraceFailToLoadInstAPIAssemblyException(System::String ^ message, Exception ^ innerException);
public SqlTraceFailToLoadInstAPIAssemblyException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException : string * Exception -> Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

일반 SQL 추적 Fail to Load Inst API Assembly 예외와 연결된 메시지를 지정하는 String 값입니다.

innerException
Exception

SQL 추적 Fail to Load Inst API Assembly 예외에 대한 내부 예외를 지정하는 Exception 개체 값입니다.

예제

SMO 예외 처리

적용 대상

SqlTraceFailToLoadInstAPIAssemblyException(Type, String)

지정한 메시지 원본 및 메시지를 포함하는 SqlTraceFailToLoadInstAPIAssemblyException 클래스의 새 인스턴스를 초기화합니다.

public:
 SqlTraceFailToLoadInstAPIAssemblyException(Type ^ messageSource, System::String ^ messageID);
public SqlTraceFailToLoadInstAPIAssemblyException (Type messageSource, string messageID);
new Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException : Type * string -> Microsoft.SqlServer.Management.Trace.SqlTraceFailToLoadInstAPIAssemblyException
Public Sub New (messageSource As Type, messageID As String)

매개 변수

messageSource
Type

메시지의 원본을 지정하는 Type 시스템 개체 값입니다.

messageID
String

일반 SQL 추적 Fail to Load Inst API Assembly 예외와 연결된 메시지를 지정하는 String 값입니다.

예제

SMO 예외 처리

적용 대상