Exception in Method « Language Basics « C# / CSharp Tutorial






1.21.Exception in Method
1.21.1.An exception can be generated by one method and caught by another
1.21.2.System.Exception is the base exception class. All exceptions in .NET are derived from System.Exception.