kCura.WinEDDS.Exceptions.CredentialsNotSupportedException
The exception thrown when a credential is not supported within the current runtime context
For example, attempting to use an OAuth2 implicit flow within a non-interactive process is not supported.
namespace kCura.WinEDDS.Exceptions
{
public class CredentialsNotSupportedException : Exception
{
public CredentialsNotSupportedException(string message);
protected CredentialsNotSupportedException(SerializationInfo info, StreamingContext context);
}
}