RangeOutOfOrderException 构造函数 (String)

初始化 RangeOutOfOrderException 类的一个包含指定错误消息的新实例。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Public Sub New ( _
    message As String _
)
用法
Dim message As String

Dim instance As New RangeOutOfOrderException(message)
public RangeOutOfOrderException (
    string message
)
public:
RangeOutOfOrderException (
    String^ message
)
public RangeOutOfOrderException (
    String message
)
public function RangeOutOfOrderException (
    message : String
)

参数

  • message
    说明错误的消息。

备注

请参阅

参考

RangeOutOfOrderException 类
RangeOutOfOrderException 成员
Microsoft.Synchronization 命名空间