AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the location of the error in a code sample.

Inheritance Hierarchy

System.Object
  Amazon.AppSync.Model.CodeErrorLocation

Namespace: Amazon.AppSync.Model
Assembly: AWSSDK.AppSync.dll
Version: 3.x.y.z

Syntax

C#
public class CodeErrorLocation

The CodeErrorLocation type exposes the following members

Constructors

NameDescription
Public Method CodeErrorLocation()

Properties

NameTypeDescription
Public Property Column System.Int32

Gets and sets the property Column.

The column number in the code. Defaults to 0 if unknown.

Public Property Line System.Int32

Gets and sets the property Line.

The line number in the code. Defaults to 0 if unknown.

Public Property Span System.Int32

Gets and sets the property Span.

The span/length of the error. Defaults to -1 if unknown.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5