Telegram.bot

Ali Soli 1 Reputation point
2022-06-19T09:37:49.077+00:00

System.TypeInitializationException was unhandled
Message: An unhandled exception of type 'System.TypeInitializationException' occurred in mscorlib.dll
Additional information: The type initializer for 'telegram.Program' threw an exception.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,285 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,186 Reputation points
    2022-06-19T15:59:20.723+00:00

    This typically cause by the initializer of a static class throwing an error or a missing dll.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.