RecorderGetErrorString Method |
Returns string that describes the specified error code.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public static string GetErrorString(
int err
)
Public Shared Function GetErrorString (
err As Integer
) As String
public:
static String^ GetErrorString(
int err
)
Parameters
- err
- Type: SystemInt32
Error code number
Return Value
Type:
String[Missing <returns> documentation for "M:Alvas.Audio.Recorder.GetErrorString(System.Int32)"]
See Also