FileSystemInfo.GetObjectData Method
Sets the SerializationInfo object with the file name and additional exception information.
Assembly: mscorlib (in mscorlib.dll)
[ComVisibleAttribute(false)] public virtual void GetObjectData( SerializationInfo info, StreamingContext context )
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.