SfcEmptyXmlException 클래스

정의

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

[System.Serializable]
public sealed class SfcEmptyXmlException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcEmptyXmlException = class
    inherit SfcException
Public NotInheritable Class SfcEmptyXmlException
Inherits SfcException
상속
특성

생성자

Name Description
SfcEmptyXmlException()

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

SfcEmptyXmlException(String, Exception)

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

SfcEmptyXmlException(String)

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

속성

Name Description
HelpLink

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

(다음에서 상속됨 SfcException)
Message

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

메서드

Name Description
SetHelpContext(String)

이 예외는 Xml이 비어 있거나 역직렬화할 수 있는 xml이 없는 경우 역직렬화 중에 throw됩니다.

(다음에서 상속됨 SfcException)

적용 대상