C# Class Microsoft.Azure.Networking.Infrastructure.RingMaster.Backend.AuthNotSetException

Inheritance: Exception
ファイルを表示 Open project: Azure/RingMaster

Public Methods

Method Description
AuthNotSetException ( string msg ) : System

Initializes a new instance of the AuthNotSetException class.

Method Details

AuthNotSetException() public method

Initializes a new instance of the AuthNotSetException class.
public AuthNotSetException ( string msg ) : System
msg string Exception message
return System