ParameterValueOutOfRangeException 类

定义

在传递给某一参数的值超出该参数的数据类型的范围时引发的异常。

public ref class ParameterValueOutOfRangeException : Microsoft::SqlServer::Replication::ReplicationAgentException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class ParameterValueOutOfRangeException : Microsoft.SqlServer.Replication.ReplicationAgentException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ParameterValueOutOfRangeException = class
    inherit ReplicationAgentException
Public Class ParameterValueOutOfRangeException
Inherits ReplicationAgentException
继承
ParameterValueOutOfRangeException
属性

构造函数

ParameterValueOutOfRangeException()

使用默认值初始化 类的新实例 ParameterValueOutOfRangeException

ParameterValueOutOfRangeException(SerializationInfo, StreamingContext)

在给定信息和上下文参数时初始化 ParameterValueOutOfRangeException 类的新实例。

ParameterValueOutOfRangeException(String)

在给定消息参数时初始化 ParameterValueOutOfRangeException 类的新实例。

ParameterValueOutOfRangeException(String, Exception)

在给定消息和内部异常参数时初始化 ParameterValueOutOfRangeException 类的新实例。

属性

MessageCode

获取基础错误的错误代码。

(继承自 ReplicationAgentException)

方法

GetObjectData(SerializationInfo, StreamingContext)

使用有关异常的信息设置指定的 SerializationInfo

(继承自 ReplicationAgentException)

适用于