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)

적용 대상