'Declaration
<JetBrains.Annotations.ItemCanBeNullAttribute()> <JetBrains.Annotations.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
[JetBrains.Annotations.ItemCanBeNull()] [JetBrains.Annotations.NotNull()] [TypeConverter(System.ComponentModel.CollectionConverter)] public Exception[] InputArgumentExceptionArray {get; set;}
[JetBrains.Annotations.ItemCanBeNull()] [JetBrains.Annotations.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).