You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initializes a new instance of the <see cref="ReactScriptLoadException"/> class.
29
+
/// </summary>
30
+
/// <param name="message">The error message that explains the reason for the exception.</param>
31
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
/// Initializes a new instance of the <see cref="ReactInvalidComponentException"/> class.
29
+
/// </summary>
30
+
/// <param name="message">The error message that explains the reason for the exception.</param>
31
+
/// <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.</param>
0 commit comments