Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceBase::ExitCode Property

 

Gets or sets the exit code for the service.

Namespace:   System.ServiceProcess
Assembly:  System.ServiceProcess (in System.ServiceProcess.dll)

public:
[ComVisibleAttribute(false)]
property int ExitCode {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The exit code for the service.

Set the ExitCode property to a non-zero value before stopping the service to indicate an error to the Service Control Manager.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft