CdmRegistration Constructor |
Version 63.0.0
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public CdmRegistration(
CdmRegistrationErrorCode errorCode,
string errorMessage
)
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