Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Tipo de excepción que representa la excepción cuando no se admite el tipo de contenido de un mensaje.
Jerarquía de herencia
System.Object
System.Exception
System.SystemException
System.InvalidOperationException
Microsoft.Data.OData.ODataException
Microsoft.Data.OData.ODataContentTypeException
Espacio de nombres: Microsoft.Data.OData
Ensamblado: Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class ODataContentTypeException _
Inherits ODataException
'Uso
Dim instance As ODataContentTypeException
[SerializableAttribute]
public class ODataContentTypeException : ODataException
[SerializableAttribute]
public ref class ODataContentTypeException : public ODataException
[<SerializableAttribute>]
type ODataContentTypeException =
class
inherit ODataException
end
public class ODataContentTypeException extends ODataException
El tipo ODataContentTypeException expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
ODataContentTypeException() | Crea una nueva instancia de la clase ODataContentTypeException. |
![]() |
ODataContentTypeException(String) | Crea una nueva instancia de la clase ODataContentTypeException. |
![]() |
ODataContentTypeException(SerializationInfo, StreamingContext) | Crea una nueva instancia de la clase ODataContentTypeException a partir de las instancias SerializationInfo y StreamingContext especificadas. |
![]() |
ODataContentTypeException(String, Exception) | Crea una nueva instancia de la clase ODataContentTypeException. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Data | (Se hereda de Exception.) |
![]() |
HelpLink | (Se hereda de Exception.) |
![]() |
HResult | (Se hereda de Exception.) |
![]() |
InnerException | (Se hereda de Exception.) |
![]() |
Message | (Se hereda de Exception.) |
![]() |
Source | (Se hereda de Exception.) |
![]() |
StackTrace | (Se hereda de Exception.) |
![]() |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetBaseException | (Se hereda de Exception.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetObjectData | (Se hereda de Exception.) |
![]() |
GetType | (Se hereda de Exception.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Exception.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)
.gif)