Agent.Exceptions.SSOAgentException.SSOAgentException C# (CSharp) Метод

SSOAgentException() публичный Метод

public SSOAgentException ( String message ) : System
message String
Результат System
        public SSOAgentException(String message) : base(message)
        {
        }

Same methods

SSOAgentException::SSOAgentException ( String message, Exception innerException ) : System
SSOAgentException