Class FailedFile
Inheritance
System.Object
FailedFile
Assembly: AssetRipper.IO.Files.dll
Syntax
public class FailedFile : FileBase
Properties
|
Improve this Doc
View Source
StackTrace
Declaration
public string StackTrace { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Read(SmartStream)
Declaration
public override void Read(SmartStream stream)
Parameters
Overrides
|
Improve this Doc
View Source
Write(Stream)
Declaration
public override void Write(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Overrides