Share via


ValidationServicingException.ValidationExceptions Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ValidationExceptions As Exception()
public Exception[] ValidationExceptions { get; protected set; }
public:
property array<Exception^>^ ValidationExceptions {
    array<Exception^>^ get ();
    protected: void set (array<Exception^>^ value);
}
member ValidationExceptions : Exception[] with get, set
function get ValidationExceptions () : Exception[]
protected function set ValidationExceptions (value : Exception[])

Property Value

Type: array<System.Exception[]

.NET Framework Security

See Also

Reference

ValidationServicingException Class

Microsoft.TeamFoundation.Framework.Server Namespace