FunctionWrongArgumentTypeException 클래스

정의

함수가 예기치 않은 형식의 인수를 받으면 이 예외가 throw됩니다.

public sealed class FunctionWrongArgumentTypeException : Microsoft.SqlServer.Management.Dmf.DmfException
type FunctionWrongArgumentTypeException = class
    inherit DmfException
Public NotInheritable Class FunctionWrongArgumentTypeException
Inherits DmfException
상속
FunctionWrongArgumentTypeException

생성자

Name Description
FunctionWrongArgumentTypeException()

기본 생성자

FunctionWrongArgumentTypeException(String, Exception)

기본 생성자

FunctionWrongArgumentTypeException(String, String, String)

생성자

FunctionWrongArgumentTypeException(String)

기본 생성자

속성

Name Description
DmfExceptionType

예외 유형

ExpectedType

예상 형식 이름

FunctionName

함수 이름

HelpLink

도움말 웹 사이트에 대한 링크를 출력합니다.

(다음에서 상속됨 DmfException)
Message

Message

ReceivedType

수신된 형식 이름

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization 도우미

Init()

인스턴스 속성 초기화

(다음에서 상속됨 DmfException)
SetHelpContext(String)

도움말 컨텍스트 설정

(다음에서 상속됨 DmfException)

적용 대상