ServiceCommandException Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Non-terminating errors occurring in the service noun commands
public ref class ServiceCommandException : SystemException
	[System.Serializable]
public class ServiceCommandException : SystemException
	public class ServiceCommandException : SystemException
	[<System.Serializable>]
type ServiceCommandException = class
    inherit SystemException
	type ServiceCommandException = class
    inherit SystemException
	Public Class ServiceCommandException
Inherits SystemException
		- Inheritance
 - 
				ServiceCommandException
 
- Attributes
 
Constructors
| ServiceCommandException() | 
		 unimplemented standard constructor  | 
        	
| ServiceCommandException(SerializationInfo, StreamingContext) | 
			 
				Obsolete.
			 
		serialization constructor  | 
        	
| ServiceCommandException(String, Exception) | 
		 standard constructor  | 
        	
| ServiceCommandException(String) | 
		 standard constructor  | 
        	
Properties
| ServiceName | 
		 Name of the service which could not be found or operated upon  | 
        	
Methods
| GetObjectData(SerializationInfo, StreamingContext) | 
		 Serializer  |