SessionStateProviderBase.ClearContent(String) Method

Definition

Always throws a NotSupportedException.

public:
 virtual void ClearContent(System::String ^ path);
public:
 void ClearContent(Platform::String ^ path);
void ClearContent(std::wstring const & path);
public void ClearContent (string path);
override this.ClearContent : string -> unit
abstract member ClearContent : string -> unit
override this.ClearContent : string -> unit
Public Sub ClearContent (path As String)

Parameters

path
String

ignored.

Implements

Exceptions

This exception is always thrown.

Applies to