Partager via


Constructeur InvalidPropertyValueException (String)

Initializes a new instance of the InvalidPropertyValueException class with the specified message text.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New InvalidPropertyValueException(message)
public InvalidPropertyValueException(
    string message
)
public:
InvalidPropertyValueException(
    String^ message
)
new : 
        message:string -> InvalidPropertyValueException
public function InvalidPropertyValueException(
    message : String
)

Paramètres

  • message
    Type : System.String
    A String value that specifies the message text that describes the event that caused the exception.

Voir aussi

Référence

InvalidPropertyValueException Classe

Surcharge InvalidPropertyValueException

Espace de noms Microsoft.SqlServer.Management.Common