System.Security.Authentication.AuthenticationException.AuthenticationException C# (CSharp) Method

AuthenticationException() public method

        public AuthenticationException() { }
        public AuthenticationException(string message) { }

Same methods

AuthenticationException::AuthenticationException ( System serializationInfo, System streamingContext )
AuthenticationException::AuthenticationException ( string message )
AuthenticationException::AuthenticationException ( string message, System innerException )
AuthenticationException::AuthenticationException ( ) : System.Runtime.Serialization
AuthenticationException::AuthenticationException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
AuthenticationException::AuthenticationException ( string message ) : System.Runtime.Serialization
AuthenticationException::AuthenticationException ( string message, Exception innerException ) : System.Runtime.Serialization
AuthenticationException