dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlException Class / Procedure Property

In This Topic
    Procedure Property (SqlException)
    In This Topic
    Gets the name of the stored procedure that generated the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Procedure As String
    public string Procedure {get;}

    Property Value

    The name of the stored procedure.
    See Also