kCura.WinEDDS.Credentials.CredentialsNotSetException
The exception thrown when a credential operation is called but the credentials provider has not been assigned.
namespace kCura.WinEDDS.Credentials
{
public class CredentialsNotSetException : Exception
{
public CredentialsNotSetException();
protected CredentialsNotSetException(SerializationInfo info, StreamingContext context);
}
}