System.ArgumentPropertyNullException.ArgumentPropertyNullException C# (CSharp) Method

ArgumentPropertyNullException() private method

private ArgumentPropertyNullException ( string paramName, string message ) : System.Diagnostics.CodeAnalysis
paramName string
message string
return System.Diagnostics.CodeAnalysis
        public ArgumentPropertyNullException(string paramName, string message)
            : base(message, paramName)
        {
        }

Same methods

ArgumentPropertyNullException::ArgumentPropertyNullException ( ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string paramName ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException::ArgumentPropertyNullException ( string message, Exception innerException ) : System.Diagnostics.CodeAnalysis
ArgumentPropertyNullException