Share via


DataSchemaError.ErrorCode Property

Gets the error code.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property ErrorCode As Integer
public int ErrorCode { get; }
public:
property int ErrorCode {
    int get ();
}
member ErrorCode : int
function get ErrorCode () : int

Property Value

Type: System.Int32
The error code.

.NET Framework Security

See Also

Reference

DataSchemaError Class

Microsoft.Data.Schema Namespace