'Declaration<JetBrains.Annotations.NotNullAttribute()> Public Shared Function Create( _ ByVal innerException As Exception _ ) As UAException
'UsageDim innerException As Exception Dim value As UAException value = UAException.Create(innerException)
[JetBrains.Annotations.NotNull()] public static UAException Create( Exception innerException )
[JetBrains.Annotations.NotNull()] public: static UAException^ Create( Exception^ innerException )
Parameters
- innerException
- The exception to wrap. Must not be null and must not be a UAException.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).