AuthBridge.Protocols.Saml.SamlHandler.ThrowAndLog C# (CSharp) Méthode

ThrowAndLog() private static méthode

private static ThrowAndLog ( string message ) : void
message string
Résultat void
        private static void ThrowAndLog(string message)
        {
            Logger.Error(message);
            throw new InvalidOperationException(message);
        }