CastingConnectionErrorOccurredEventArgs Class

Definition

Represents arguments for the ErrorOccurred event from the CastingConnection

public ref class CastingConnectionErrorOccurredEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CastingConnectionErrorOccurredEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CastingConnectionErrorOccurredEventArgs
Public NotInheritable Class CastingConnectionErrorOccurredEventArgs
Inheritance
Object Platform::Object IInspectable CastingConnectionErrorOccurredEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by handling the ErrorOccurred event .

Properties

ErrorStatus

Gets the particular error that triggered the casting error event, ErrorOccurred.

Message

Gets human-readable message to accompany the error status code, ErrorStatus.

Applies to