SharpSoundDevice.Logging.LogDeviceException C# (CSharp) Method

LogDeviceException() public static method

public static LogDeviceException ( IAudioDevice device, Exception e ) : void
device IAudioDevice
e System.Exception
return void
        public static void LogDeviceException(IAudioDevice device, Exception e)
        {
            LogDeviceException(Interop.GetID(device), e);
        }

Same methods

Logging::LogDeviceException ( int id, Exception e ) : void