UnsupportedEngineTypeException 클래스

정의

작업이 실패하면 이 예외가 throw됩니다.

[System.Serializable]
public sealed class UnsupportedEngineTypeException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type UnsupportedEngineTypeException = class
    inherit SmoException
Public NotInheritable Class UnsupportedEngineTypeException
Inherits SmoException
상속
UnsupportedEngineTypeException
특성

생성자

Name Description
UnsupportedEngineTypeException()

작업이 실패하면 이 예외가 throw됩니다.

UnsupportedEngineTypeException(String, Exception)

작업이 실패하면 이 예외가 throw됩니다.

UnsupportedEngineTypeException(String)

작업이 실패하면 이 예외가 throw됩니다.

속성

Name Description
HelpLink

지원 웹 사이트에 대한 문자열로 링크를 가져옵니다.

(다음에서 상속됨 SmoException)
SmoExceptionType

작업이 실패하면 이 예외가 throw됩니다.

메서드

Name Description
SetHelpContext(String)

작업이 실패하면 이 예외가 throw됩니다.

(다음에서 상속됨 SmoException)

적용 대상