Classe AmoException
Represents an exception that is raised when an AMO error or warning is encountered.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class AmoException _
Inherits Exception
'Utilisation
Dim instance As AmoException
[SerializableAttribute]
public class AmoException : Exception
[SerializableAttribute]
public ref class AmoException : public Exception
[<SerializableAttribute>]
type AmoException =
class
inherit Exception
end
public class AmoException extends Exception
Notes
Nouveau : 17 juillet 2006
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.AnalysisServices..::..AmoException
Microsoft.AnalysisServices. . :: . .ConnectionException
Microsoft.AnalysisServices. . :: . .OperationException
Microsoft.AnalysisServices. . :: . .OutOfSyncException
Microsoft.AnalysisServices. . :: . .ResponseFormatException
Microsoft.AnalysisServices. . :: . .XmlSerializationException
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.