Classe EventFileIOException
Represents the exception that is thrown when an I/O error occurs reading a file.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Spazio dei nomi Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class EventFileIOException _
Inherits XEventException
'Utilizzo
Dim instance As EventFileIOException
[SerializableAttribute]
public class EventFileIOException : XEventException
[SerializableAttribute]
public ref class EventFileIOException : public XEventException
[<SerializableAttribute>]
type EventFileIOException =
class
inherit XEventException
end
public class EventFileIOException extends XEventException
Nel tipo EventFileIOException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
EventFileIOException() | Initializes a new instance of the EventFileIOException class using default values. | |
EventFileIOException(String) | Initializes a new instance of the EventFileIOException class with specified exception message | |
EventFileIOException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventFileIOException class with specified information and context. | |
EventFileIOException(String, Exception) | Initializes a new instance of the EventFileIOException class with specified error message and a reference to the inner exception that is the cause of this exception. | |
EventFileIOException(String, Int32) | Initializes a new instance of the EventFileIOException class with specified error message and error number. | |
EventFileIOException(String, Int32, String) | Initializes a new instance of the EventFileIOException class with a specified error message and an error number and the filename it refers to. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
ErrorNumber | Gets or sets the error number the operating system reported. | |
FileName | Gets or sets the name of the file the exception refers to. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.