SfcSerializationException Class

Definition

This exception is thrown during serialization if the output generated is invalid.

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

Constructors

SfcSerializationException()

TBD

SfcSerializationException(Exception)
SfcSerializationException(String)
SfcSerializationException(String, Exception)

Properties

HelpLink (Inherited from SfcException)

Methods

SetHelpContext(String) (Inherited from SfcException)

Applies to