App.Exceptions.NotAuthenticatedException.NotAuthenticatedException C# (CSharp) Method

NotAuthenticatedException() public method

public NotAuthenticatedException ( ) : System
return System
        public NotAuthenticatedException()
        {
        }

Same methods

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