Class SerializedFileException
Inheritance
System.Object
SerializedFileException
Assembly: AssetRipper.IO.Files.dll
Syntax
public sealed class SerializedFileException : Exception
Constructors
|
Improve this Doc
View Source
SerializedFileException(String, Exception, UnityVersion, BuildTarget, Int32, String, String)
Declaration
public SerializedFileException(string message, Exception innerException, UnityVersion version, BuildTarget platform, int classIdType, string fileName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
innerException |
|
UnityVersion |
version |
|
AssetRipper.IO.Files.BuildTarget |
platform |
|
System.Int32 |
classIdType |
|
System.String |
fileName |
|
System.String |
filePath |
|
|
Improve this Doc
View Source
SerializedFileException(String, UnityVersion, BuildTarget, Int32, String, String)
Declaration
public SerializedFileException(string message, UnityVersion version, BuildTarget platform, int classIdType, string fileName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
message |
|
UnityVersion |
version |
|
AssetRipper.IO.Files.BuildTarget |
platform |
|
System.Int32 |
classIdType |
|
System.String |
fileName |
|
System.String |
filePath |
|
Properties
|
Improve this Doc
View Source
ClassIdType
Declaration
public int ClassIdType { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FileName
Declaration
public string FileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FilePath
Declaration
public string FilePath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public BuildTarget Platform { get; }
Property Value
Type |
Description |
AssetRipper.IO.Files.BuildTarget |
|
|
Improve this Doc
View Source
Version
Declaration
public UnityVersion Version { get; }
Property Value
Type |
Description |
UnityVersion |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|