Table of Contents

Class WebServiceUnavailableException

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class WebServiceUnavailableException : Exception, ISerializable
Inheritance
WebServiceUnavailableException
Implements
Inherited Members
Extension Methods

Constructors

WebServiceUnavailableException()

public WebServiceUnavailableException()

WebServiceUnavailableException(SerializationInfo, StreamingContext)

protected WebServiceUnavailableException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

WebServiceUnavailableException(string)

public WebServiceUnavailableException(string message)

Parameters

message string

WebServiceUnavailableException(string, Exception)

public WebServiceUnavailableException(string message, Exception innerException)

Parameters

message string
innerException Exception