System.Security.Authentication.AuthenticationException
namespace System.Security.Authentication
{
public class AuthenticationException : SystemException
{
public AuthenticationException();
protected AuthenticationException(SerializationInfo serializationInfo, StreamingContext streamingContext);
public AuthenticationException(string message);
public AuthenticationException(string message, Exception innerException);
}
}