Alvas.Audio Class Library

Player.GetErrorString Method 

Returns string that describes the specified error code.

[Visual Basic]
Public Shared Function GetErrorString( _
   ByVal err As Integer _
) As String
[C#]
public static string GetErrorString(
   Int32 err
);

Parameters

err
Error code number

Return Value

See Also

Player Class | Alvas.Audio Namespace