Error information. Errors.Count becomes 0 if there is no error.
Namespace:
Ricoh.CameraController
Assembly:
RicohCameraSDK (in RicohCameraSDK.dll) Version: 1.1
Syntaxpublic List<Error> Errors { get; }Public ReadOnly Property Errors As List(Of Error)
Get
public:
property List<Error^>^ Errors {
List<Error^>^ get ();
}Property Value
Type:
ListError
See Also