Share via


ServiceNotRunningException Class

Definition

Represents the exception that is thrown because the service is not running.

public ref class ServiceNotRunningException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class ServiceNotRunningException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ServiceNotRunningException = class
    inherit EnterpriseManagementException
Public Class ServiceNotRunningException
Inherits EnterpriseManagementException
Inheritance
Attributes

Constructors

ServiceNotRunningException()

Initializes a new ServiceNotRunningException object.

ServiceNotRunningException(Exception)

Initializes a new ServiceNotRunningException object by specifying an inner exception that caused the current exception.

ServiceNotRunningException(SerializationInfo, StreamingContext)

Initializes a new ServiceNotRunningException object with serialized data.

ServiceNotRunningException(String)

Initializes a new ServiceNotRunningException object by specifying the error message that describes the current exception.

ServiceNotRunningException(String, Exception)

Initializes a new ServiceNotRunningException object with an error message and inner exception.

Applies to