ParameterValueOutOfRangeException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
매개 변수에 전달된 값이 매개 변수의 데이터 형식 범위를 벗어나는 경우 발생하는 예외입니다.
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(SerializationInfo, StreamingContext) |
정보 및 컨텍스트 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다. |
ParameterValueOutOfRangeException(String) |
메시지 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다. |
ParameterValueOutOfRangeException(String, Exception) |
메시지 및 내부 예외 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다. |
속성
MessageCode |
기본 오류의 오류 코드를 가져옵니다. (다음에서 상속됨 ReplicationAgentException) |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다. (다음에서 상속됨 ReplicationAgentException) |