| QuickbloxSdkException Constructor (String, Exception) |
Ctor
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic QuickbloxSdkException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
QuickbloxSdkException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> QuickbloxSdkExceptionParameters
- message
- Type: SystemString
Exception message - inner
- Type: SystemException
Inner exception
See Also