SfcInvalidXmlParentTypeException Class

Definition

This exception is thrown during deserialization if a parent Type is given and it is not the correct Type to parent the top-level objects the Xml contains

[System.Serializable]
public sealed class SfcInvalidXmlParentTypeException : Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
[<System.Serializable>]
type SfcInvalidXmlParentTypeException = class
    inherit SfcException
Public NotInheritable Class SfcInvalidXmlParentTypeException
Inherits SfcException
Inheritance
SfcInvalidXmlParentTypeException
Attributes

Constructors

SfcInvalidXmlParentTypeException()
SfcInvalidXmlParentTypeException(String)
SfcInvalidXmlParentTypeException(String, Exception)

Properties

HelpLink (Inherited from SfcException)

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to