ComSoapPublishError Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Error handler for publishing SOAP-enabled services in COM+ applications.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | ComSoapPublishError() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the ComSoapPublishError class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() ![]() | Report(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes to an event log an error encountered while publishing SOAP-enabled COM interfaces in COM+ applications. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ComSoapPublishError class provides a static Report method for writing to an event log errors that were encountered while publishing SOAP-enabled COM interfaces in COM+ applications.
ComSoapPublishError is used internally by the .NET Framework. You do not need to use the class directly in your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


