Orc.NuGetExplorer.Native.CredentialException.CredentialException C# (CSharp) Method

CredentialException() private method

private CredentialException ( ) : System
return System
        public CredentialException()
            : base(CredentialError)
        {
        }

Same methods

CredentialException::CredentialException ( System info, System context ) : System
CredentialException::CredentialException ( int error ) : System
CredentialException::CredentialException ( int error, string message ) : System
CredentialException::CredentialException ( string message ) : System
CredentialException::CredentialException ( string message, Exception innerException ) : System
CredentialException