AttributeTableValidationException, constructeur (String, Exception)
Initialise une nouvelle instance de la classe AttributeTableValidationException à une exception interne.
Espace de noms : Microsoft.Windows.Design.Metadata
Assembly : Microsoft.Windows.Design.Extensibility (dans Microsoft.Windows.Design.Extensibility.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
inner As Exception _
)
public AttributeTableValidationException(
string message,
Exception inner
)
public:
AttributeTableValidationException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> AttributeTableValidationException
public function AttributeTableValidationException(
message : String,
inner : Exception
)
Paramètres
- message
Type : System.String
Message fourni à l'utilisateur.
- inner
Type : System.Exception
Exception interne facultative.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
AttributeTableValidationException Classe
AttributeTableValidationException, surcharge
Microsoft.Windows.Design.Metadata, espace de noms