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

Name Description
ServiceCommandException()

unimplemented standard constructor

ServiceCommandException(SerializationInfo, StreamingContext)

serialization constructor

ServiceCommandException(String, Exception)

standard constructor

ServiceCommandException(String)

standard constructor

Properties

Name Description
ServiceName

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

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serializer

Applies to