AuthBridge.Protocols.Saml.SamlHandler.ThrowAndLog C# (CSharp) 메소드

ThrowAndLog() 개인적인 정적인 메소드

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