Class WebRTCDataChannelErrorOccurredEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 9
Provides data for the ErrorOccurred event.
C#Copypublic class WebRTCDataChannelErrorOccurredEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic WebRTCError Error { get; }
Property Value
Type | Description |
---|---|
WebRTCError | The error. |
API Level: 9
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()