| ErrorEventArgs Constructor |
Initializes a new instance of the ErrorEventArgs class.
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ErrorEventArgs(
Exception e
)
Public Sub New (
e As Exception
)
public:
ErrorEventArgs(
Exception^ e
)
new :
e : Exception -> ErrorEventArgsParameters
- e
- Type: SystemException
The exception that causes the error event.
Exceptions
See Also