• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Confluence
    • AttachmentDomain
    • ConfluenceClient
    • ConfluenceClientConfig
    • ConfluenceException
    • ContentExtensions
    • GroupDomain
    • IAttachmentDomain
    • IConfluenceClient
    • IConfluenceClientPlugins
    • IConfluenceDomain
    • IContentDomain
    • IGroupDomain
    • IMiscDomain
    • ISpaceDomain
    • IUserDomain
    • MiscExtensions
    • SpaceExtensions
    • UserDomain
    • UserIdentifierExtensions
  • Dapplo.Confluence.Entities
    • BaseEntity<TId>
    • Body
    • BodyContent
    • Children
    • Content
    • CopyContent
    • CopyDestinations
    • CopyPageRequestDestination
    • Description
    • Error
    • Group
    • History
    • IUserIdentifier
    • Label
    • LastUpdated
    • Links
    • LongRunningTask
    • Metadata
    • PagingInformation
    • Picture
    • Plain
    • Positions
    • Result<TResult>
    • SearchDetails
    • Space
    • SpaceContents
    • SystemInfoEntity
    • User
    • UserWatch
    • Version
  • Dapplo.Confluence.Query
    • ContentTypes
    • Fields
    • IContentClause
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • ISimpleValueClause
    • ISpaceClause
    • ITextClause
    • ITitleClause
    • ITypeClause
    • IUserClause
    • Operators
    • Where

Class ConfluenceException

This wraps the HttpRequestException with Confluence specific informationen

Inheritance
System.Object
System.Exception
System.Net.Http.HttpRequestException
ConfluenceException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Dapplo.Confluence
Assembly: Dapplo.Confluence.dll
Syntax
public class ConfluenceException : HttpRequestException

Constructors

| Improve this Doc View Source

ConfluenceException(HttpStatusCode, Error)

Constructor with a HttpStatus code and an Error object

Declaration
public ConfluenceException(HttpStatusCode httpStatusCode, Error error = null)
Parameters
Type Name Description
HttpStatusCode httpStatusCode

HttpStatusCode

Error error

Error

| Improve this Doc View Source

ConfluenceException(HttpStatusCode, String)

Constructor with a HttpStatus code and an error response

Declaration
public ConfluenceException(HttpStatusCode httpStatusCode, string response)
Parameters
Type Name Description
HttpStatusCode httpStatusCode

HttpStatusCode

System.String response

string with the error response message

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo