Array of exceptions corresponding to the input arguments.
Syntax
[NotNull()]
[TypeConverter(System.ComponentModel.CollectionConverter)]
public Exception[] InputArgumentExceptionArray {get; set;}
'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
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).
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also