Click or drag to resize

CastSessionStartFailedException Constructor

Initializes a new instance of the CastSessionStartFailedException class

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.0
Syntax
C#
public CastSessionStartFailedException(
	string message,
	ResultCode resultCode
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:DotNetBrowser.Cast.CastSessionStartFailedException.#ctor(System.String,DotNetBrowser.Cast.ResultCode)"]

resultCode
Type: DotNetBrowser.CastResultCode

[Missing <param name="resultCode"/> documentation for "M:DotNetBrowser.Cast.CastSessionStartFailedException.#ctor(System.String,DotNetBrowser.Cast.ResultCode)"]

See Also