Partager via


Propriété Policy.PolicyEvaluationFinishedEventArgs.Exception

Gets or sets a PolicyEvaluationException object that represents the policy evaluation exception.

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

Syntaxe

'Déclaration
Public Property Exception As PolicyEvaluationException 
    Get 
    Set
'Utilisation
Dim instance As Policy.PolicyEvaluationFinishedEventArgs 
Dim value As PolicyEvaluationException 

value = instance.Exception

instance.Exception = value
public PolicyEvaluationException Exception { get; set; }
public:
property PolicyEvaluationException^ Exception {
    PolicyEvaluationException^ get ();
    void set (PolicyEvaluationException^ value);
}
member Exception : PolicyEvaluationException with get, set
function get Exception () : PolicyEvaluationException 
function set Exception (value : PolicyEvaluationException)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf.PolicyEvaluationException
A PolicyEvaluationException object value that represents the policy evaluation exception.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

Policy.PolicyEvaluationFinishedEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Dmf