Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
        {
        }
Beispiel #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)
 {
 }
Beispiel #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;
 }
Beispiel #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)
 {
 }
Beispiel #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;
        }
Beispiel #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)
        {
        }
Beispiel #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)
        {
        }
Beispiel #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)
        {
        }
Beispiel #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)
        {
        }
Beispiel #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)
        {
        }
Beispiel #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)
        {
        }
Beispiel #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)
 {
 }
Beispiel #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)
        {
        }
Beispiel #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)
 {
 }
Beispiel #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)
        {
        }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
 {
 }
Beispiel #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)
        {
        }