This documentation is archived and is not being maintained.
ServicedComponentException Class
.NET Framework 1.1
The exception that is thrown when an error is detected in a serviced component.
For a list of all members of this type, see ServicedComponentException Members.
System.Object
System.Exception
System.SystemException
System.EnterpriseServices.ServicedComponentException
[Visual Basic] <Serializable> <ComVisible(False)> NotInheritable Public Class ServicedComponentException Inherits SystemException [C#] [Serializable] [ComVisible(false)] public sealed class ServicedComponentException : SystemException [C++] [Serializable] [ComVisible(false)] public __gc __sealed class ServicedComponentException : public SystemException [JScript] public Serializable ComVisible(false) class ServicedComponentException extends SystemException
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.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
ServicedComponentException Members | System.EnterpriseServices Namespace
Show: