Error Property
Summary
Gets the error which occurred during requesting a new code-stream
Syntax
public Exception Error { get; }
Public ReadOnly Property Error As Exception
public:
property Exception^ Error {
Exception^ get();
}
Property Value
An System.Exception object representing the original error of the code-stream request.