Compartilhar via


Construtor ParameterValueOutOfRangeException (String, Exception)

Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception

Dim instance As New ParameterValueOutOfRangeException(message, _
    innerException)
public ParameterValueOutOfRangeException(
    string message,
    Exception innerException
)
public:
ParameterValueOutOfRangeException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ParameterValueOutOfRangeException
public function ParameterValueOutOfRangeException(
    message : String, 
    innerException : Exception
)

Parâmetros