UIException Constructor (String)
Initializes a new instance of the UIException class with a specified error message.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New UIException(message)
public UIException(
string message
)
Parameters
- message
Type: System.String
The message that describes the error.