Click or drag to resize
QuickbloxSdkException Constructor (String, Exception)
Ctor

Namespace: Quickblox.Sdk
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public QuickbloxSdkException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
Exception message
inner
Type: SystemException
Inner exception
See Also