Firebase. InitializationException
The exception that is thrown when a problem occurs with initialization of a Firebase module or class.
Summary
Inheritance
Inherits from: Exception Constructors and Destructors | |
---|---|
InitializationException(InitResult result) Initializes a new InitializationException, with the given result. | |
InitializationException(InitResult result, string message) Initializes a new InitializationException, with the given result and message. | |
InitializationException(InitResult result, string message, System.Exception inner) Initializes a new InitializationException, with the given result, message, and a reference to the inner exception. |
Properties | |
---|---|
InitResult | The error code describing the cause of the failure. |
Properties
Public functions
InitializationException
InitializationException( InitResult result )
Initializes a new InitializationException, with the given result.
InitializationException
InitializationException( InitResult result, string message )
Initializes a new InitializationException, with the given result and message.
InitializationException
InitializationException( InitResult result, string message, System.Exception inner )
Initializes a new InitializationException, with the given result, message, and a reference to the inner exception.