VRay SDK for C#
|
Errors while parsing vrscene files More...
Inherits VRay.Error.
Public Member Functions | |
ParserError (ErrorCode errorCode) | |
override string | ToString () |
![]() | |
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. | |
![]() | |
ErrorCode | ErrorCode [get] |
Gets the error code. | |
Additional Inherited Members | |
![]() | |
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) |
Errors while parsing vrscene files