throw « Language Basics « C# / C Sharp






1.Exception Translation: CLR catches an exception and rethrows a different exception. The inner exception contains the original exception.
2.Throw and catch Exception
3.Throw exception from getter