Click or drag to resize
CdmRegistration Constructor
Version 63.0.0
Initializes a new instance of the CdmRegistration class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public CdmRegistration(
	CdmRegistrationErrorCode errorCode,
	string errorMessage
)

Parameters

errorCode
Type: CefSharpCdmRegistrationErrorCode

[Missing <param name="errorCode"/> documentation for "M:CefSharp.CdmRegistration.#ctor(CefSharp.CdmRegistrationErrorCode,System.String)"]

errorMessage
Type: SystemString

[Missing <param name="errorMessage"/> documentation for "M:CefSharp.CdmRegistration.#ctor(CefSharp.CdmRegistrationErrorCode,System.String)"]

See Also