R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which method is used to manually throw an exception?

  • (A) Raise()
  • (B) Throw()
  • (C) RaiseException()
  • (D) Exception.Throw()

Explanation by: Ram Sharma
`throw` is used in C# to manually raise an exception.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.