ResponseFormatException 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.
Represents an error due to bad format in the response.
[System.Serializable]
public sealed class ResponseFormatException : Microsoft.AnalysisServices.AmoException
[<System.Serializable>]
type ResponseFormatException = class
inherit AmoException
Public NotInheritable Class ResponseFormatException
Inherits AmoException
- Inheritance
- Attributes
Constructors
ResponseFormatException(String, Exception) |
Initializes a new instance of the ResponseFormatException class with a specified error message and the inner that is the cause of this exception. |
ResponseFormatException(String) |
Initializes a new instance of the ResponseFormatException class with a specified error message. |