ServiceCommandException Class

Definition

Non-terminating errors occurring in the service noun commands

public ref class ServiceCommandException : SystemException
[System.Serializable]
public class ServiceCommandException : SystemException
[<System.Serializable>]
type ServiceCommandException = class
    inherit SystemException
Public Class ServiceCommandException
Inherits SystemException
Inheritance
ServiceCommandException
Attributes

Constructors

ServiceCommandException()

unimplemented standard constructor

ServiceCommandException(SerializationInfo, StreamingContext)

serialization constructor

ServiceCommandException(String)

standard constructor

ServiceCommandException(String, Exception)

standard constructor

Properties

ServiceName

Name of the service which could not be found or operated upon

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializer

Applies to