'Declaration
<NotNullAttribute()> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> Public Property InputArgumentExceptionArray As Exception()
'Usage
Dim instance As UACallServiceException Dim value() As Exception instance.InputArgumentExceptionArray = value value = instance.InputArgumentExceptionArray
[NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public Exception[] InputArgumentExceptionArray {get; set;}
[NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public: property array<Exception^>^ InputArgumentExceptionArray { array<Exception^>^ get(); void set ( array<Exception^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value can be null
(Nothing
in Visual Basic).