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
- message
Tipo: System.String
A description of the error.
- innerException
Tipo: System.Exception
A wrapped exception from an external component.
Consulte também
Referência
ParameterValueOutOfRangeException Classe