Update CallbackDataTooLongException.cs

This commit is contained in:
Florian Zevedei 2024-05-12 19:07:33 +03:00
parent 5ce2360cc7
commit 87d57c471a

View File

@ -16,6 +16,10 @@ public sealed class CallbackDataTooLongException : Exception
}
/// <summary>
///
/// </summary>
/// <param name="current_callback_bytes">The amount of callback bytes generated.</param>
public CallbackDataTooLongException(int current_callback_bytes) : base(getMessage(current_callback_bytes), _innerException)
{