Skip to content
AutumnSky1010 edited this page Jun 15, 2024 · 1 revision

Record class Error

Definition

Namespace: SoundMaker.ScoreData.SMSC
Assembly: SoundMaker.dll

Error of reading SMSC data.

public record Error

Version

2.3.0 ~

Inheritance

Object -> Error

Properties

Type

Declaration

public SMSCReadErrorType Type { get; }

Property Value

Type Desctiption
SMSCReadErrorType Type of errors.

Literal

Declaration

public string Literal { get; }

Property Value

Type Desctiption
string String of error location.

LineNumber

Declaration

public int LineNumber { get; }

Property Value

Type Desctiption
int Line number of error.
Clone this wiki locally