AdapterMapServiceException Class
An Exception thrown by the ICommandAdapterMapService implementations.
Namespace: Microsoft.Practices.CompositeUI.Commands
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AdapterMapServiceException
Inherits Exception
'Usage
Dim instance As AdapterMapServiceException
[SerializableAttribute]
public class AdapterMapServiceException : Exception
[SerializableAttribute]
public ref class AdapterMapServiceException : public Exception
/** @attribute SerializableAttribute() */
public class AdapterMapServiceException extends Exception
SerializableAttribute
public class AdapterMapServiceException extends Exception
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Practices.CompositeUI.Commands.AdapterMapServiceException
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
AdapterMapServiceException Members
Microsoft.Practices.CompositeUI.Commands Namespace