InvalidServiceClassException.Message Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Topology
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute> _
Public Overrides ReadOnly Property Message As String
Get
'Usage
Dim instance As InvalidServiceClassException
Dim value As String
value = instance.Message
[ObsoleteAttribute]
public override string Message { get; }
Property Value
Type: System.String
An error message that reports the actual and expected service class ID values.
Implements
Remarks
The InvalidServiceClassException class represents the exception that is thrown when a Service is instantiated with an invalid service class ID.
See Also
Reference
InvalidServiceClassException Class