Class MissingAuthenticationException
Inheritance
MissingAuthenticationException
Assembly: Glitch9.IO.dll
Syntax
public class MissingAuthenticationException : LocalClientException, ISerializable
Constructors
|
Edit this page
View Source
MissingAuthenticationException(Enum, AuthenticationType, string)
Declaration
public MissingAuthenticationException(Enum serviceEnum, AuthenticationType authType, string messageOverride = null)
Parameters
|
Edit this page
View Source
MissingAuthenticationException(string, AuthenticationType, string)
Declaration
public MissingAuthenticationException(string serviceName, AuthenticationType authType, string messageOverride = null)
Parameters
Properties
|
Edit this page
View Source
AuthType
Declaration
public AuthenticationType AuthType { get; set; }
Property Value
Implements
Extension Methods