Autodesk Vault ProfessionalVault API

Error Property

Autodesk.DataManagement.Client.Framework.Vault.ResultsGetPropertyValuesResults

Value containing the exception(s) that occured during property retrieval, if there was any.

Syntax

public System.Exception Error {get;}
Public ReadOnly Property Error As System.Exception

Remarks

If one or more exceptions occured during property retrieval, the Error property will contain an aggregate exception whos InnerExceptions collection will contain the exceptions that occured. This exception will be thrown upon reading the PropertyValues or Tag properties of these results if this property is not null and has not yet been accessed.

See Also