SfcSerializationException 类

定义

如果生成的输出无效,则序列化期间将引发此异常。

[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
继承
属性

构造函数

名称 说明
SfcSerializationException()

TBD

SfcSerializationException(Exception)

如果生成的输出无效,则序列化期间将引发此异常。

SfcSerializationException(String, Exception)

如果生成的输出无效,则序列化期间将引发此异常。

SfcSerializationException(String)

如果生成的输出无效,则序列化期间将引发此异常。

属性

名称 说明
HelpLink

如果生成的输出无效,则序列化期间将引发此异常。

(继承自 SfcException)

方法

名称 说明
SetHelpContext(String)

如果生成的输出无效,则序列化期间将引发此异常。

(继承自 SfcException)

适用于