ParameterValueOutOfRangeException 생성자

정의

ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

오버로드

ParameterValueOutOfRangeException()

기본값을 사용하여 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

ParameterValueOutOfRangeException(String)

메시지 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

ParameterValueOutOfRangeException(SerializationInfo, StreamingContext)

정보 및 컨텍스트 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

ParameterValueOutOfRangeException(String, Exception)

메시지 및 내부 예외 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

ParameterValueOutOfRangeException()

기본값을 사용하여 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

public:
 ParameterValueOutOfRangeException();
public ParameterValueOutOfRangeException ();
Public Sub New ()

적용 대상

ParameterValueOutOfRangeException(String)

메시지 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

public:
 ParameterValueOutOfRangeException(System::String ^ message);
public ParameterValueOutOfRangeException (string message);
new Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException : string -> Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Public Sub New (message As String)

매개 변수

message
String

오류에 대한 설명입니다.

적용 대상

ParameterValueOutOfRangeException(SerializationInfo, StreamingContext)

정보 및 컨텍스트 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

protected:
 ParameterValueOutOfRangeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ParameterValueOutOfRangeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

매개 변수

info
SerializationInfo

데이터로 채울 SerializationInfo 개체입니다.

context
StreamingContext

이 serialization에 대한 대상입니다(StreamingContext 참조).

적용 대상

ParameterValueOutOfRangeException(String, Exception)

메시지 및 내부 예외 매개 변수가 지정된 경우 ParameterValueOutOfRangeException 클래스의 새 인스턴스를 초기화합니다.

public:
 ParameterValueOutOfRangeException(System::String ^ message, Exception ^ innerException);
public ParameterValueOutOfRangeException (string message, Exception innerException);
new Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException : string * Exception -> Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Public Sub New (message As String, innerException As Exception)

매개 변수

message
String

오류에 대한 설명입니다.

innerException
Exception

외부 구성 요소에서 래핑된 예외입니다.

적용 대상