VRay SDK for C#
Loading...
Searching...
No Matches
VRay.ParserError Class Reference

Errors while parsing vrscene files More...

Inherits VRay.Error.

Public Member Functions

 ParserError (ErrorCode errorCode)
 
override string ToString ()
 
- Public Member Functions inherited from VRay.Error
 Error (ErrorCode errorCode)
 
override bool Equals (Object err)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

string ErrorText [get]
 Gets the error text.
 
int FileLine [get]
 Gets the file name.
 
string FileName [get]
 Gets the file name.
 
- Properties inherited from VRay.Error
ErrorCode ErrorCode [get]
 Gets the error code.
 

Additional Inherited Members

- Static Public Member Functions inherited from VRay.Error
static bool operator!= (Error err, ErrorCode errCode)
 
static bool operator!= (Error err0, Error err1)
 
static bool operator!= (ErrorCode errCode, Error err)
 
static bool operator== (Error err, ErrorCode errCode)
 
static bool operator== (Error err0, Error err1)
 
static bool operator== (ErrorCode errCode, Error err)
 

Detailed Description

Errors while parsing vrscene files


The documentation for this class was generated from the following file: