Share via


RRSessionException Constructors

Definition

Overloads

RRSessionException()

Creates a new instance of the RRSessionException class.

RRSessionException(SessionGeneralContext)

Creates a new instance of the RRSessionException class.

RRSessionException()

Creates a new instance of the RRSessionException class.

public:
 RRSessionException();
public RRSessionException ();
Public Sub New ()

Applies to

RRSessionException(SessionGeneralContext)

Creates a new instance of the RRSessionException class.

public:
 RRSessionException(Microsoft::Azure::RemoteRendering::SessionGeneralContext context);
public RRSessionException (Microsoft.Azure.RemoteRendering.SessionGeneralContext context);
new Microsoft.Azure.RemoteRendering.RRSessionException : Microsoft.Azure.RemoteRendering.SessionGeneralContext -> Microsoft.Azure.RemoteRendering.RRSessionException
Public Sub New (context As SessionGeneralContext)

Parameters

Applies to