ServerMessageEventArgs.Errors Property

Definition

Gets the messages that were returned by the server.

public:
 property System::Data::SqlClient::SqlErrorCollection ^ Errors { System::Data::SqlClient::SqlErrorCollection ^ get(); };
public System.Data.SqlClient.SqlErrorCollection Errors { get; }
member this.Errors : System.Data.SqlClient.SqlErrorCollection
Public ReadOnly Property Errors As SqlErrorCollection

Property Value

A SqlErrorCollection object that contains the messages that were returned by the server.

Applies to