ComSoapPublishError Class

Definition

Error handler for publishing SOAP-enabled services in COM+ applications.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class ComSoapPublishError
public class ComSoapPublishError
type ComSoapPublishError = class
Public Class ComSoapPublishError
Inheritance
ComSoapPublishError

Remarks

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.

Constructors

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to

See also