AuthBridge.Protocols.Saml.SamlHandler.ThrowAndLog C# (CSharp) Method

ThrowAndLog() private static method

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