alphaTab.FileLoadError
(no description)
class FileLoadError extends AlphaTabErrorProperties​
message​
(no description) (Inherited from Error )
- JavaScript
- C#
- Kotlin
message: string;string Message { get; set; }var message: Stringname​
(no description) (Inherited from Error )
- JavaScript
- C#
- Kotlin
name: string;string Name { get; set; }var name: Stringstack​
(no description) (Inherited from Error )
- JavaScript
- C#
- Kotlin
stack?: string;string Stack { get; set; }var stack: Stringtype​
(no description) (Inherited from AlphaTabError )
- JavaScript
- C#
- Kotlin
xhr​
(no description)
xhr: XMLHttpRequest;