Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ParameterValueOutOfRangeException(message)
public ParameterValueOutOfRangeException(
string message
)
public:
ParameterValueOutOfRangeException(
String^ message
)
new :
message:string -> ParameterValueOutOfRangeException
public function ParameterValueOutOfRangeException(
message : String
)
Parameters
- message
Type: System.String
A description of the error.
See Also
Reference
ParameterValueOutOfRangeException Class