SolutionProfileReaderException Class

An exception thrown by the SolutionProfileReader.

Namespace: Microsoft.Practices.CompositeUI.Configuration
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SolutionProfileReaderException
    Inherits Exception
'Usage
Dim instance As SolutionProfileReaderException
[SerializableAttribute] 
public class SolutionProfileReaderException : Exception
[SerializableAttribute] 
public ref class SolutionProfileReaderException : public Exception
/** @attribute SerializableAttribute() */ 
public class SolutionProfileReaderException extends Exception
SerializableAttribute 
public class SolutionProfileReaderException extends Exception

Inheritance Hierarchy

System.Object
   System.Exception
    Microsoft.Practices.CompositeUI.Configuration.SolutionProfileReaderException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SolutionProfileReaderException Members
Microsoft.Practices.CompositeUI.Configuration Namespace