FunctionBadDatePartException 클래스

정의

날짜 함수가 잘못된 날짜 부분 문자열을 받으면 이 예외가 throw됩니다.

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

생성자

Name Description
FunctionBadDatePartException()

기본 생성자

FunctionBadDatePartException(String, Exception)

기본 생성자

FunctionBadDatePartException(String)

동일한 어셈블리를 반복적으로 등록하기 위한 예외를 만듭니다.

속성

Name Description
DmfExceptionType

예외 유형

HelpLink

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

(다음에서 상속됨 DmfException)

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization 도우미

Init()

인스턴스 속성 초기화

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

도움말 컨텍스트 설정

(다음에서 상속됨 DmfException)

적용 대상