BatchErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception thrown for an invalid response with BatchError information.
public class BatchErrorException : Microsoft.Rest.RestException
type BatchErrorException = class
inherit RestException
Public Class BatchErrorException
Inherits RestException
- Inheritance
Constructors
BatchErrorException() |
Initializes a new instance of the BatchErrorException class. |
BatchErrorException(String, Exception) |
Initializes a new instance of the BatchErrorException class. |
BatchErrorException(String) |
Initializes a new instance of the BatchErrorException class. |
Properties
Body |
Gets or sets the body object. |
Request |
Gets information about the associated HTTP request. |
Response |
Gets information about the associated HTTP response. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET