Freigeben über


ParameterValueOutOfRangeException-Klasse

The exception that is thrown if a value passed to a parameter is out of range for the data type of the parameter.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.SqlServer.Replication.ReplicationAgentException
      Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ParameterValueOutOfRangeException _
    Inherits ReplicationAgentException
'Usage
Dim instance As ParameterValueOutOfRangeException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ParameterValueOutOfRangeException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ParameterValueOutOfRangeException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ParameterValueOutOfRangeException =  
    class 
        inherit ReplicationAgentException 
    end
public class ParameterValueOutOfRangeException extends ReplicationAgentException

Der ParameterValueOutOfRangeException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ParameterValueOutOfRangeException() Initializes a new instance of the ParameterValueOutOfRangeException class by using default values.
Öffentliche Methode ParameterValueOutOfRangeException(String) Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.
Geschützte Methode ParameterValueOutOfRangeException(SerializationInfo, StreamingContext) Initializes a new instance of the ParameterValueOutOfRangeException class when given information and context parameters.
Öffentliche Methode ParameterValueOutOfRangeException(String, Exception) Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft MessageCode Gets the error code of the underlying error. (Geerbt von ReplicationAgentException.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sets the specified SerializationInfo with information about the exception. (Geerbt von ReplicationAgentException.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis SerializeObjectState (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace