Construtor ParameterValueOutOfRangeException (String)
Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
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
)
Parâmetros
- message
Tipo: System.String
A description of the error.
Consulte também
Referência
ParameterValueOutOfRangeException Classe