언어

ProbeNotFoundException 생성자

정의

오버로드

ProbeNotFoundException()

public ProbeNotFoundException();
Public Sub New ()

적용 대상

ProbeNotFoundException(String)

public ProbeNotFoundException(string message);
new Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException : string -> Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException
Public Sub New (message As String)

매개 변수

message
String

적용 대상

ProbeNotFoundException(SerializationInfo, StreamingContext)

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

매개 변수

적용 대상

ProbeNotFoundException(String, Exception)

public ProbeNotFoundException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException : string * Exception -> Microsoft.SqlServer.Management.Assessment.ProbeNotFoundException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String
innerException
Exception

적용 대상