Benutzer:MovGP0/C♯/Exception handling

aus Wikipedia, der freien Enzyklopädie
Zur Navigation springen Zur Suche springen
   MovGP0        Über mich        Hilfen        Artikel        Weblinks        Literatur        Zitate        Notizen        Programmierung        MSCert        Physik      

Exception Handling

[Bearbeiten | Quelltext bearbeiten]

Wichtige Exceptions

[Bearbeiten | Quelltext bearbeiten]
Runtime Exceptions in the .NET Framework
Runtime Exceptions Common Exceptions
  • ArithmeticException
  • ArrayTypeMismatchException
  • DivideByZeroException
  • IndexOutOfRangeException
  • InvalidCastException
  • NullReferenceException
  • OutOfMemoryException
  • OverflowException
  • StackOverflowException
  • TypeInitializationException
  • Exception
  • ArgumentException
  • ArgumentNullException
  • ArgumentOutOfRangeException
  • FormatException
  • InvalidOperationException
  • NotImplementedException

|}