An exception that expresses a problem performing a runtime service.

Namespace:  Gallio.Runtime
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
[SerializableAttribute]
public class RuntimeException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RuntimeException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Gallio.Runtime..::.RuntimeException

See Also