Classe InvalidArgumentException
The exception that is raised when a parameter that is not valid is passed to a method on the referenced connection to the server.
Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class InvalidArgumentException _
Inherits ConnectionException
'Utilizzo
Dim instance As InvalidArgumentException
[SerializableAttribute]
public sealed class InvalidArgumentException : ConnectionException
[SerializableAttribute]
public ref class InvalidArgumentException sealed : public ConnectionException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidArgumentException =
class
inherit ConnectionException
end
public final class InvalidArgumentException extends ConnectionException
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
System. . :: . .SystemException
Microsoft.SqlServer.Management.Common. . :: . .ConnectionException
Microsoft.SqlServer.Management.Common..::..InvalidArgumentException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche