| ResourceHandlerErrorCode Property  | 
Version 118.6.80 
            If the ErrorCode is set then the response will be ignored and
            the errorCode returned.
            
 
    Namespace: 
   CefSharp.Lagacy
    Assembly:
   CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic CefErrorCode? ErrorCode { get; set; }public:
property Nullable<CefErrorCode> ErrorCode {
	Nullable<CefErrorCode> get ();
	void set (Nullable<CefErrorCode> value);
}Property Value
Type: 
NullableCefErrorCode See Also
See Also