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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.