SqlInfoMessageEventArgs.Errors Property

Definition

Gets the collection of warnings sent from 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

The collection of warnings sent from the server.

Applies to

See also