UnsupportedEngineEditionException 생성자

정의

오버로드

UnsupportedEngineEditionException()

public UnsupportedEngineEditionException();
Public Sub New ()

적용 대상

UnsupportedEngineEditionException(String)

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

매개 변수

message
String

적용 대상

UnsupportedEngineEditionException(String, Exception)

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

매개 변수

message
String
innerException
Exception

적용 대상