DataSchemaError.BuildErrorCode Property
Gets the complete error code for this error.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property BuildErrorCode As String
public string BuildErrorCode { get; }
public:
property String^ BuildErrorCode {
String^ get ();
}
member BuildErrorCode : string
function get BuildErrorCode () : String
Property Value
Type: System.String
The prefix and the error code in a five-digit format.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.