CryEngine.Compilation.CompilationFailedException

CryEngine.Compilation.CompilationFailedException

Exception indicating that compiling C# source files has failed. More...

Inherits Exception.

Public Member Functions

CompilationFailedException ()
Exception indicating that compiling C# source files has failed. More...
CompilationFailedException (string errorMessage)
Exception indicating that compiling C# source files has failed. More...
CompilationFailedException (string errorMessage, Exception innerEx)
Exception indicating that compiling C# source files has failed. More...

Detailed Description

Exception indicating that compiling C# source files has failed.

Constructor & Destructor Documentation

◆ CompilationFailedException() [1/3]

CryEngine.Compilation.CompilationFailedException.CompilationFailedException ( )
inline

Exception indicating that compiling C# source files has failed.

◆ CompilationFailedException() [2/3]

CryEngine.Compilation.CompilationFailedException.CompilationFailedException ( string errorMessage)
inline

Exception indicating that compiling C# source files has failed.

Parameters
errorMessage

◆ CompilationFailedException() [3/3]

CryEngine.Compilation.CompilationFailedException.CompilationFailedException ( string errorMessage,
Exception innerEx
)
inline

Exception indicating that compiling C# source files has failed.

Parameters
errorMessage
innerEx