VideoCaptureDeviceLastError Property |
Gets the last error.
Namespace: StreamCoders.DevicesAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public string LastError { get; }
Public ReadOnly Property LastError As String
Get
public:
property String^ LastError {
String^ get ();
}
member LastError : string with get
Property Value
Type:
String
The last error.
See Also