Konstruktor ParameterValueOutOfRangeException (String, Exception)
Inicjuje nowe wystąpienie ParameterValueOutOfRangeException klasy po nadaniu wiadomości i wewnętrzny wyjątek parametrów.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Użycie
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
)
Parametry
- message
Typ: System.String
Opis błędu.
- innerException
Typ: System.Exception
Zawinięty wyjątek od składnika zewnętrznego.