Table of Contents

Class WebServiceFailureException

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

Constructors

WebServiceFailureException()

public WebServiceFailureException()

WebServiceFailureException(SerializationInfo, StreamingContext)

protected WebServiceFailureException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

WebServiceFailureException(string)

public WebServiceFailureException(string message)

Parameters

message string

WebServiceFailureException(string, Exception)

public WebServiceFailureException(string message, Exception innerException)

Parameters

message string
innerException Exception