RuntimeException Constructor (String)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New RuntimeException(message)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public RuntimeException(
string message
)
Parameters
- message
Type: System.String
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace