Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioRateLimitException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioRateLimitException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioConflictException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioConflictException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioGoneException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioGoneException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #4
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioNotFoundException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioNotFoundException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioNotFoundException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioNotFoundException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioException(int status, PodioError error)
 {
     this.Error  = error;
     this.Status = status;
 }
Exemple #7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioBadRequestException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioBadRequestException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #8
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioException(int status, PodioError error)
        {
            this.Error = error;
            this.Status = status;
        }
Exemple #9
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioInvalidGrantException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioInvalidGrantException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #10
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioServerException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioServerException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #11
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioUnavailableException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioUnavailableException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #12
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioRateLimitException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioRateLimitException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #13
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioGoneException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioGoneException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #14
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioConflictException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioConflictException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #15
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioServerException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioServerException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #16
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioBadRequestException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioBadRequestException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #17
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioUnavailableException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioUnavailableException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #18
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioAuthorizationException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioAuthorizationException(int status, PodioError error)
            : base(status, error)
        {
        }
Exemple #19
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioInvalidGrantException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioInvalidGrantException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #20
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioForbiddenException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioForbiddenException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #21
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PodioAuthorizationException"/> class.
 /// </summary>
 /// <param name="status">The status.</param>
 /// <param name="error">The error.</param>
 public PodioAuthorizationException(int status, PodioError error)
     : base(status, error)
 {
 }
Exemple #22
0
		/// <summary>
		/// Initializes a new instance of the <see cref="PodioForbiddenException"/> class.
		/// </summary>
		/// <param name="status">The status.</param>
		/// <param name="error">The error.</param>
        public PodioForbiddenException(int status, PodioError error)
            : base(status, error)
        {
        }