Table of Contents

Class ApiException

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

Constructors

ApiException()

public ApiException()

ApiException(SerializationInfo, StreamingContext)

protected ApiException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

ApiException(string)

public ApiException(string message)

Parameters

message string

ApiException(string, Exception)

public ApiException(string message, Exception innerException)

Parameters

message string
innerException Exception