VRay SDK for C#
|
Inherited by VRay.LicenseError, VRay.ParserError, and VRay.ScannedMaterialLicenseError.
Public Member Functions | |
Error (ErrorCode errorCode) | |
override bool | Equals (Object err) |
override int | GetHashCode () |
override string | ToString () |
Static Public Member Functions | |
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) |
Properties | |
ErrorCode | ErrorCode [get] |
Gets the error code. | |