CmisSync.Lib.Cmis.UiUtils.LoginException.LoginException C# (CSharp) Метод

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

Initializes a new instance of the CmisPermissionDeniedException class.
public LoginException ( string message ) : System
message string Message of the exception.
Результат System
        public LoginException(string message) : base(message) {
        }

Same methods

LoginException::LoginException ( ) : System
LoginException::LoginException ( Exception inner ) : System
LoginException::LoginException ( SerializationInfo info, StreamingContext context ) : System
LoginException::LoginException ( string message, Exception inner ) : System
LoginException