UIException Class

An exception that is thrown when an error occurs during run-time actions that affect the UI elements.

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Office.BusinessApplications.Runtime.UIException

Namespace:  Microsoft.Office.BusinessApplications.Runtime
Assembly:  Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class UIException _
    Inherits Exception
'Usage
Dim instance As UIException
[SerializableAttribute]
public class UIException : Exception

Remarks

An example of an instance when this exception is thrown is when an External Data Part cannot be added to a container.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UIException Members

Microsoft.Office.BusinessApplications.Runtime Namespace