SPDeploymentErrorEventArgs.ErrorMessage Property
Gets a string that represents the error message for the specified error.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorMessage As String
Get
'Usage
Dim instance As SPDeploymentErrorEventArgs
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
Property Value
Type: System.String
Returns the string representation of the error message.
See Also
Reference
SPDeploymentErrorEventArgs Class