FileSystemInfo.GetObjectData Method
Sets the SerializationInfo object with the file name and additional exception information.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(False)> _ Public Overridable Sub GetObjectData ( _ info As SerializationInfo, _ context As StreamingContext _ )
Parameters
- info
- Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- Type: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext)For a list of common I/O tasks, see Common I/O Tasks.
- FileIOPermission
for permission to access information about the path described by the current instance. Associated enumeration: PathDiscovery
Security action: Demand
- SecurityPermission
for permission to link to this class. Associated enumeration: SerializationFormatter
Security action: Link Demand
- SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.