The type of exception thrown when a reflection info object or reference cannot be resolved.

Namespace:  Gallio.Common.Reflection
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Gallio.Common.Reflection..::.ReflectionResolveException

See Also