CastingConnectionErrorOccurredEventArgs.ErrorStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the particular error that triggered the casting error event, ErrorOccurred.
public:
property CastingConnectionErrorStatus ErrorStatus { CastingConnectionErrorStatus get(); };
CastingConnectionErrorStatus ErrorStatus();
public CastingConnectionErrorStatus ErrorStatus { get; }
var castingConnectionErrorStatus = castingConnectionErrorOccurredEventArgs.errorStatus;
Public ReadOnly Property ErrorStatus As CastingConnectionErrorStatus
Property Value
The error status when starting or ending a casting connection.