你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InvalidMigrationConfigException 类

定义

表示提供的 MigrationConfig 的异常无效。

[System.Serializable]
public sealed class InvalidMigrationConfigException : System.Fabric.FabricException
[<System.Serializable>]
type InvalidMigrationConfigException = class
    inherit FabricException
Public NotInheritable Class InvalidMigrationConfigException
Inherits FabricException
继承
InvalidMigrationConfigException
属性

构造函数

InvalidMigrationConfigException()

初始化 InvalidMigrationConfigException 类的新实例。

InvalidMigrationConfigException(String)

用指定的错误消息初始化 InvalidMigrationConfigException 类的新实例。

InvalidMigrationConfigException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 InvalidMigrationConfigException 类的新实例。

属性

ErrorCode

获取错误代码参数。

(继承自 FabricException)

适用于