Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error message string.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorMessage As String
Get
'Usage
Dim instance As ComErrorException
Dim value As String
value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String
Property Value
Type: System.String
The error message.