Clase XmlSerializationException
Represents messages thrown during the XML de-serialization process. This class cannot be inherited.
Jerarquía de herencia
System.Object
System.Exception
Microsoft.AnalysisServices.AmoException
Microsoft.AnalysisServices.XmlSerializationException
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")> _
Public NotInheritable Class XmlSerializationException _
Inherits AmoException
'Uso
Dim instance As XmlSerializationException
[SerializableAttribute]
[GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")]
public sealed class XmlSerializationException : AmoException
[SerializableAttribute]
[GuidAttribute(L"DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")]
public ref class XmlSerializationException sealed : public AmoException
[<SealedAttribute>]
[<SerializableAttribute>]
[<GuidAttribute("DB1F9035-ACC7-4f04-9DEF-4902A49BCD10")>]
type XmlSerializationException =
class
inherit AmoException
end
public final class XmlSerializationException extends AmoException
El tipo XmlSerializationException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
XmlSerializationException() | Initializes a new instance of XmlSerializationException class using the default values. | |
XmlSerializationException(String) | Initializes a new instance of XmlSerializationException class using a message string. | |
XmlSerializationException(String, Exception) | Initializes a new instance of XmlSerializationException class using a message string and the inner Exception received. | |
XmlSerializationException(String, Exception, Int32, Int32) | Initializes a new instance of XmlSerializationException class using a message string, the inner Exception received, a line number, and line position. |
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.) | |
LineNumber | Gets or sets the line number where the exception occurred. | |
LinePosition | Gets or sets the line position where the exception occurred. | |
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.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Infraestructura. Populates a SerializationInfo with the data needed to serialize the target object. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception.) | |
ToString | (Se hereda de Exception.) |
Arriba
Comentarios
This type also represents messages thrown during the XML serialization process, but exceptions in that case are very rare.
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.