Alvas.Audio Class Library

Recorder.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

Recorder Class | Alvas.Audio Namespace